mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Tab removal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
58b65521f8
commit
b4ab9d69da
@ -972,7 +972,7 @@ static unsigned retrieveAddrSpace(const Value *Val) {
|
||||
}
|
||||
|
||||
void GetElementPtrInst::init(Value *Ptr, Value* const *Idx, unsigned NumIdx,
|
||||
const std::string &Name) {
|
||||
const std::string &Name) {
|
||||
assert(NumOperands == 1+NumIdx && "NumOperands not initialized?");
|
||||
Use *OL = OperandList;
|
||||
OL[0] = Ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user