diff options
author | Dan Gohman <gohman@apple.com> | 2010-05-01 02:43:10 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-05-01 02:43:10 +0000 |
commit | effa3e56895f03737a83dfe5904de36deaa391e1 (patch) | |
tree | df585e770433accfcdac71bd2851f494e2a08516 /llvm/lib/ExecutionEngine | |
parent | 4959cf19b2ed429931b748fc68ca323ee02eeb12 (diff) | |
download | bcm5719-llvm-effa3e56895f03737a83dfe5904de36deaa391e1.tar.gz bcm5719-llvm-effa3e56895f03737a83dfe5904de36deaa391e1.zip |
Fix an ancient FIXME.
llvm-svn: 102827
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h index bc4200b1915..564e9abad9e 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h +++ b/llvm/lib/ExecutionEngine/Interpreter/Interpreter.h @@ -190,12 +190,10 @@ public: return &(ECStack.back ().VarArgs[0]); } - //FIXME: private: -public: +private: // Helper functions GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I, gep_type_iterator E, ExecutionContext &SF); -private: // Helper functions // SwitchToNewBasicBlock - Start execution in a new basic block and run any // PHI nodes in the top of the block. This is used for intraprocedural // control flow. |