[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.td

Nate Begeman natebegeman at mac.com
Sat May 5 21:01:14 PDT 2007



Changes in directory llvm/lib/Target/X86:

X86InstrInfo.td updated: 1.306 -> 1.307
---
Log message:

Reference correct header


---
Diffs of the changes:  (+1 -1)

 X86InstrInfo.td |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/X86/X86InstrInfo.td
diff -u llvm/lib/Target/X86/X86InstrInfo.td:1.306 llvm/lib/Target/X86/X86InstrInfo.td:1.307
--- llvm/lib/Target/X86/X86InstrInfo.td:1.306	Wed Apr 25 16:31:48 2007
+++ llvm/lib/Target/X86/X86InstrInfo.td	Sat May  5 23:00:55 2007
@@ -267,7 +267,7 @@
 //
 
 // 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)>;






More information about the llvm-commits mailing list