mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Fix typo in comment. Add prototype for getConstantExprValue().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63438cc9b0
commit
dfa58498ae
@ -26,9 +26,10 @@ namespace llvm {
|
||||
|
||||
struct FunctionInfo; // Defined in ExecutionAnnotations.h
|
||||
class gep_type_iterator;
|
||||
class ConstantExpr;
|
||||
|
||||
// AllocaHolder - Object to track all of the blocks of memory allocated by
|
||||
// alloca. When the function returns, this object is poped off the execution
|
||||
// alloca. When the function returns, this object is popped off the execution
|
||||
// stack, which causes the dtor to be run, which frees all the alloca'd memory.
|
||||
//
|
||||
class AllocaHolder {
|
||||
@ -174,6 +175,7 @@ private: // Helper functions
|
||||
|
||||
void initializeExecutionEngine();
|
||||
void initializeExternalFunctions();
|
||||
GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
|
||||
GenericValue getOperandValue(Value *V, ExecutionContext &SF);
|
||||
GenericValue executeCastOperation(Value *SrcVal, const Type *Ty,
|
||||
ExecutionContext &SF);
|
||||
|
Loading…
x
Reference in New Issue
Block a user