1
0
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:
Dan Gohman 2010-08-25 17:09:50 +00:00
parent c78f53e0af
commit 7938d90097

View File

@ -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) {