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