mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix whitespace.
llvm-svn: 112056
This commit is contained in:
parent
c78f53e0af
commit
7938d90097
@ -137,7 +137,7 @@ ValueEnumerator::ValueEnumerator(const Module *M) {
|
||||
unsigned ValueEnumerator::getInstructionID(const Instruction *Inst) const {
|
||||
InstructionMapType::const_iterator I = InstructionMap.find(Inst);
|
||||
assert (I != InstructionMap.end() && "Instruction is not mapped!");
|
||||
return I->second;
|
||||
return I->second;
|
||||
}
|
||||
|
||||
void ValueEnumerator::setInstructionID(const Instruction *I) {
|
||||
|
Loading…
Reference in New Issue
Block a user