mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
Fix an ancient FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b7afeb440
commit
4781e30b7b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user