summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2007-05-06 04:00:55 +0000
committerNate Begeman <natebegeman@mac.com>2007-05-06 04:00:55 +0000
commit9a22530696d75eb5057bb9285cdc204acb23e6bb (patch)
tree3ef24c65f1bcb53c070c28c1d45880b208561101 /lib
parent85a57910bdb696a6dd2d2852530681ecb92035b8 (diff)
downloadllvm-9a22530696d75eb5057bb9285cdc204acb23e6bb.tar.gz
llvm-9a22530696d75eb5057bb9285cdc204acb23e6bb.tar.bz2
llvm-9a22530696d75eb5057bb9285cdc204acb23e6bb.tar.xz
Reference correct header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36834 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td
index 3362ee30cd..f8eac7e704 100644
--- a/lib/Target/X86/X86InstrInfo.td
+++ b/lib/Target/X86/X86InstrInfo.td
@@ -267,7 +267,7 @@ class TA { bits<4> Prefix = 14; }
//
// X86 specific condition code. These correspond to CondCode in
-// X86ISelLowering.h. They must be kept in synch.
+// X86InstrInfo.h. They must be kept in synch.
def X86_COND_A : PatLeaf<(i8 0)>;
def X86_COND_AE : PatLeaf<(i8 1)>;
def X86_COND_B : PatLeaf<(i8 2)>;