summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-22 04:08:30 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-22 04:08:30 +0000
commit5191b4b2d02f2f3c2d3f496e0b822ebab84e0781 (patch)
treeb9a6c899214670754d8fa53120342565a828385d /llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
parent774511633d24db71d46055b52390b17c37942b48 (diff)
downloadbcm5719-llvm-5191b4b2d02f2f3c2d3f496e0b822ebab84e0781.tar.gz
bcm5719-llvm-5191b4b2d02f2f3c2d3f496e0b822ebab84e0781.zip
Convert tabs to spaces
llvm-svn: 21440
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
index 04b59c09770..c74ef9b86d7 100644
--- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
+++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp
@@ -77,8 +77,9 @@ void Interpreter::runAtExitHandlers () {
/// run - Start execution with the specified function and arguments.
///
-GenericValue Interpreter::runFunction(Function *F,
- const std::vector<GenericValue> &ArgValues) {
+GenericValue
+Interpreter::runFunction(Function *F,
+ const std::vector<GenericValue> &ArgValues) {
assert (F && "Function *F was null at entry to run()");
// Try extra hard not to pass extra args to a function that isn't
OpenPOWER on IntegriCloud