forked from OSchip/llvm-project
[ELF] - Fix build bot after rL327612.
Missed this one. llvm-svn: 327616
This commit is contained in:
parent
4f9c7c5086
commit
211e94d666
|
@ -191,7 +191,7 @@ struct AssertCommand : BaseCommand {
|
|||
// Represents BYTE(), SHORT(), LONG(), or QUAD().
|
||||
struct ByteCommand : BaseCommand {
|
||||
ByteCommand(Expr E, unsigned Size, std::string CommandString)
|
||||
: BaseCommand(ByteKind), Expression(E), CommandString(CommandString),
|
||||
: BaseCommand(ByteKind), CommandString(CommandString), Expression(E),
|
||||
Size(Size) {}
|
||||
|
||||
static bool classof(const BaseCommand *C) { return C->Kind == ByteKind; }
|
||||
|
|
Loading…
Reference in New Issue