mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
//FIXME: private:
|
||||
public:
|
||||
GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
|
||||
gep_type_iterator E, ExecutionContext &SF);
|
||||
gep_type_iterator E, ExecutionContext &SF);
|
||||
|
||||
private: // Helper functions
|
||||
// SwitchToNewBasicBlock - Start execution in a new basic block and run any
|
||||
@@ -191,7 +191,7 @@ private: // Helper functions
|
||||
GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
|
||||
GenericValue getOperandValue(Value *V, ExecutionContext &SF);
|
||||
GenericValue executeCastOperation(Value *SrcVal, const Type *Ty,
|
||||
ExecutionContext &SF);
|
||||
ExecutionContext &SF);
|
||||
void popStackAndReturnValueToCaller(const Type *RetTy, GenericValue Result);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user