Wrap at 80 cols

llvm-svn: 12587
This commit is contained in:
Chris Lattner 2004-04-01 04:03:27 +00:00
parent fb893edbe3
commit 3c8561442c
1 changed files with 2 additions and 2 deletions

View File

@ -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,