mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-20 09:30:43 +00:00
remove *THANKFULLY* dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bc2075977c
commit
e45a76c85b
@ -85,12 +85,6 @@ public:
|
|||||||
"implemented for all constants that have operands!");
|
"implemented for all constants that have operands!");
|
||||||
assert(0 && "Constants that do not have operands cannot be using 'From'!");
|
assert(0 && "Constants that do not have operands cannot be using 'From'!");
|
||||||
}
|
}
|
||||||
|
|
||||||
// WARNING: Only to be used by Bytecode & Assembly Parsers! USER CODE SHOULD
|
|
||||||
// NOT USE THIS!!
|
|
||||||
// Returns the number of uses of OldV that were replaced.
|
|
||||||
unsigned mutateReferences(Value* OldV, Value *NewV);
|
|
||||||
// END WARNING!!
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // End llvm namespace
|
} // End llvm namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user