[llvm-commits] [vector_llvm] CVS: llvm/tools/lli/lli.cpp
Robert Bocchino
bocchino at cs.uiuc.edu
Wed Nov 16 10:33:50 PST 2005
Changes in directory llvm/tools/lli:
lli.cpp updated: 1.49 -> 1.49.4.1
---
Log message:
Merged mainline into Vector LLVM branch
---
Diffs of the changes: (+2 -1)
lli.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.49 llvm/tools/lli/lli.cpp:1.49.4.1
--- llvm/tools/lli/lli.cpp:1.49 Thu Apr 21 18:59:31 2005
+++ llvm/tools/lli/lli.cpp Wed Nov 16 12:33:38 2005
@@ -96,7 +96,8 @@
// If the program didn't explicitly call exit, call exit now, for the program.
// This ensures that any atexit handlers get called correctly.
Function *Exit = MP->getModule()->getOrInsertFunction("exit", Type::VoidTy,
- Type::IntTy, 0);
+ Type::IntTy,
+ (Type *)0);
std::vector<GenericValue> Args;
GenericValue ResultGV;
More information about the llvm-commits
mailing list