forked from OSchip/llvm-project
parent
fb893edbe3
commit
3c8561442c
|
@ -165,8 +165,8 @@ namespace X86II {
|
||||||
// the normal operands.
|
// the normal operands.
|
||||||
PrintImplUsesAfter = 1 << 18,
|
PrintImplUsesAfter = 1 << 18,
|
||||||
|
|
||||||
// PrintImplUsesBefore - Print out implicit uses in the assembly output before
|
// PrintImplUsesBefore - Print out implicit uses in the assembly output
|
||||||
// the normal operands.
|
// before the normal operands.
|
||||||
PrintImplUsesBefore = 1 << 19,
|
PrintImplUsesBefore = 1 << 19,
|
||||||
|
|
||||||
OpcodeShift = 20,
|
OpcodeShift = 20,
|
||||||
|
|
Loading…
Reference in New Issue