diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-25 17:09:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-25 17:09:50 +0000 |
commit | 1f4b028b757f53c4903ff28863ca2592d2f639d1 (patch) | |
tree | 248eace7ce49d859cbd8ab42189e7a342fd874b5 /llvm/lib/Bitcode | |
parent | 9cfe532ae5669276243f7ce349d8baa00ad4da7d (diff) | |
download | bcm5719-llvm-1f4b028b757f53c4903ff28863ca2592d2f639d1.tar.gz bcm5719-llvm-1f4b028b757f53c4903ff28863ca2592d2f639d1.zip |
Fix whitespace.
llvm-svn: 112056
Diffstat (limited to 'llvm/lib/Bitcode')
-rw-r--r-- | llvm/lib/Bitcode/Writer/ValueEnumerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp index 587eb5f54cf..15f8f6cdb0d 100644 --- a/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp +++ b/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp @@ -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) { |