Fix whitespace.

llvm-svn: 112056
This commit is contained in:
Dan Gohman 2010-08-25 17:09:50 +00:00
parent 9cfe532ae5
commit 1f4b028b75
1 changed files with 1 additions and 1 deletions

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