Changes in directory llvm/lib/ExecutionEngine/Interpreter:

Execution.cpp updated: 1.144 -> 1.145
---
Log message:

Remove a function prototype that is no longer needed (REM patch missed it)


---
Diffs of the changes:  (+0 -2)

 Execution.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.144 
llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.145
--- llvm/lib/ExecutionEngine/Interpreter/Execution.cpp:1.144    Wed Nov  1 
19:53:58 2006
+++ llvm/lib/ExecutionEngine/Interpreter/Execution.cpp  Thu Nov  2 02:12:02 2006
@@ -40,8 +40,6 @@
                                    const Type *Ty);
 static GenericValue executeMulInst(GenericValue Src1, GenericValue Src2,
                                    const Type *Ty);
-static GenericValue executeRemInst(GenericValue Src1, GenericValue Src2,
-                                   const Type *Ty);
 static GenericValue executeUDivInst(GenericValue Src1, GenericValue Src2,
                                     const Type *Ty);
 static GenericValue executeSDivInst(GenericValue Src1, GenericValue Src2,



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

Reply via email to