aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-01 04:03:27 +0000
committerChris Lattner <sabre@nondot.org>2004-04-01 04:03:27 +0000
commitf1ac50ec53889a4cf16ddc80907edc54119360d0 (patch)
tree7020e62dc93d7acc3e212c892d467a0b895fed15 /lib/Target/X86/X86InstrInfo.h
parent024e91f6f6b9c65d767efe507df213c5c53744c7 (diff)
downloadexternal_llvm-f1ac50ec53889a4cf16ddc80907edc54119360d0.zip
external_llvm-f1ac50ec53889a4cf16ddc80907edc54119360d0.tar.gz
external_llvm-f1ac50ec53889a4cf16ddc80907edc54119360d0.tar.bz2
Wrap at 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrInfo.h')
-rw-r--r--lib/Target/X86/X86InstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h
index 61cc5e1..5570062 100644
--- a/lib/Target/X86/X86InstrInfo.h
+++ b/lib/Target/X86/X86InstrInfo.h
@@ -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,