[llvm-commits] [llvm] r96212 - /llvm/trunk/lib/Target/XCore/XCoreISelLowering.h

Chris Lattner sabre at nondot.org
Sun Feb 14 22:38:42 PST 2010


Author: lattner
Date: Mon Feb 15 00:38:41 2010
New Revision: 96212

URL: http://llvm.org/viewvc/llvm-project?rev=96212&view=rev
Log:
no need to add the instruction count anymore.

Modified:
    llvm/trunk/lib/Target/XCore/XCoreISelLowering.h

Modified: llvm/trunk/lib/Target/XCore/XCoreISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/XCore/XCoreISelLowering.h?rev=96212&r1=96211&r2=96212&view=diff

==============================================================================
--- llvm/trunk/lib/Target/XCore/XCoreISelLowering.h (original)
+++ llvm/trunk/lib/Target/XCore/XCoreISelLowering.h Mon Feb 15 00:38:41 2010
@@ -28,7 +28,7 @@
   namespace XCoreISD {
     enum NodeType {
       // Start the numbering where the builtin ops and target ops leave off.
-      FIRST_NUMBER = ISD::BUILTIN_OP_END+XCore::INSTRUCTION_LIST_END,
+      FIRST_NUMBER = ISD::BUILTIN_OP_END,
 
       // Branch and link (call)
       BL,





More information about the llvm-commits mailing list