From effa3e56895f03737a83dfe5904de36deaa391e1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 1 May 2010 02:43:10 +0000 Subject: Fix an ancient FIXME. llvm-svn: 102827 --- llvm/lib/ExecutionEngine/Interpreter/Interpreter.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'llvm/lib/ExecutionEngine') 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. -- cgit v1.2.3