[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

Jeff Cohen jeffc at jolt-lang.org
Tue Jul 26 23:12:58 PDT 2005



Changes in directory llvm/lib/ExecutionEngine/Interpreter:

Interpreter.cpp updated: 1.24 -> 1.25
---
Log message:

Eliminate all remaining tabs and trailing spaces.

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

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


Index: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff -u llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.24 llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.25
--- llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp:1.24	Thu Apr 21 23:06:38 2005
+++ llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp	Wed Jul 27 01:12:33 2005
@@ -77,7 +77,7 @@
 
 /// run - Start execution with the specified function and arguments.
 ///
-GenericValue 
+GenericValue
 Interpreter::runFunction(Function *F,
                          const std::vector<GenericValue> &ArgValues) {
   assert (F && "Function *F was null at entry to run()");






More information about the llvm-commits mailing list