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";



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to