summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-25 17:09:50 +0000
committerDan Gohman <gohman@apple.com>2010-08-25 17:09:50 +0000
commit1f4b028b757f53c4903ff28863ca2592d2f639d1 (patch)
tree248eace7ce49d859cbd8ab42189e7a342fd874b5 /llvm/lib/Bitcode
parent9cfe532ae5669276243f7ce349d8baa00ad4da7d (diff)
downloadbcm5719-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.cpp2
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) {
OpenPOWER on IntegriCloud