[llvm-commits] [llvm] r102827 - /llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h

Dan Gohman gohman at apple.com
Fri Apr 30 19:43:10 PDT 2010


Author: djg
Date: Fri Apr 30 21:43:10 2010
New Revision: 102827

URL: http://llvm.org/viewvc/llvm-project?rev=102827&view=rev
Log:
Fix an ancient FIXME.

Modified:
    llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h

Modified: llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h?rev=102827&r1=102826&r2=102827&view=diff
==============================================================================
--- llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h (original)
+++ llvm/trunk/lib/ExecutionEngine/Interpreter/Interpreter.h Fri Apr 30 21:43:10 2010
@@ -190,12 +190,10 @@
     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.





More information about the llvm-commits mailing list