[llvm-commits] CVS: llvm/utils/TableGen/IntrinsicEmitter.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Mar 14 18:05:50 PST 2006



Changes in directory llvm/utils/TableGen:

IntrinsicEmitter.cpp updated: 1.11 -> 1.12
---
Log message:

remove typo


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

 IntrinsicEmitter.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/utils/TableGen/IntrinsicEmitter.cpp
diff -u llvm/utils/TableGen/IntrinsicEmitter.cpp:1.11 llvm/utils/TableGen/IntrinsicEmitter.cpp:1.12
--- llvm/utils/TableGen/IntrinsicEmitter.cpp:1.11	Tue Mar 14 19:55:21 2006
+++ llvm/utils/TableGen/IntrinsicEmitter.cpp	Tue Mar 14 20:05:38 2006
@@ -318,7 +318,7 @@
          << "           ";
     }
     OS << "!strcmp(BuiltinName, \"" << I->first.first << "\"))\n";
-    OS << "    IntrinsicID = Intrinsic::" << I->second << "\";\n";
+    OS << "    IntrinsicID = Intrinsic::" << I->second << ";\n";
   }
   OS << "  else\n";
   OS << "    IntrinsicID = Intrinsic::not_intrinsic;\n";






More information about the llvm-commits mailing list