fix Clang warnings

This commit is contained in:
Joel Dice
2013-07-03 13:33:46 -07:00
parent 87b02eb949
commit a9d9bc5d20
3 changed files with 7 additions and 54 deletions

View File

@ -667,6 +667,7 @@ asAssemblerOperand(Context* c, Site* low, Site* high,
}
class OperandUnion: public lir::Operand {
public:
// must be large enough and aligned properly to hold any operand
// type (we'd use an actual union type here, except that classes
// with constructors cannot be used in a union):