summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Interpreter.h
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
commit3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9 (patch)
tree8ea25aedce956722659fcc377605a326d05c1015 /lib/ExecutionEngine/Interpreter/Interpreter.h
parentdedf2bd5a34dac25e4245f58bb902ced6b64edd9 (diff)
downloadllvm-3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9.tar.gz
llvm-3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9.tar.bz2
llvm-3c94497ec7852eccd68c1bc1663e8ac2a7bb1ab9.tar.xz
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/Interpreter/Interpreter.h')
-rw-r--r--lib/ExecutionEngine/Interpreter/Interpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Interpreter/Interpreter.h b/lib/ExecutionEngine/Interpreter/Interpreter.h
index 19ec64d0c1..2e83f5e7c6 100644
--- a/lib/ExecutionEngine/Interpreter/Interpreter.h
+++ b/lib/ExecutionEngine/Interpreter/Interpreter.h
@@ -175,7 +175,7 @@ public:
//FIXME: private:
public:
GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
- gep_type_iterator E, ExecutionContext &SF);
+ gep_type_iterator E, ExecutionContext &SF);
private: // Helper functions
// SwitchToNewBasicBlock - Start execution in a new basic block and run any
@@ -191,7 +191,7 @@ private: // Helper functions
GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
GenericValue getOperandValue(Value *V, ExecutionContext &SF);
GenericValue executeCastOperation(Value *SrcVal, const Type *Ty,
- ExecutionContext &SF);
+ ExecutionContext &SF);
void popStackAndReturnValueToCaller(const Type *RetTy, GenericValue Result);
};