aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit636e2a5cd33302fc6e9696e663e0dfe1f49a2d45 (patch)
treee5efaa8d5fbfb5991d11ba02239a830bd4d6e0cd /lib/Bitcode
parentb6a4e483e710b9c2eb3487a30874c7785e7cb578 (diff)
downloadexternal_llvm-636e2a5cd33302fc6e9696e663e0dfe1f49a2d45.zip
external_llvm-636e2a5cd33302fc6e9696e663e0dfe1f49a2d45.tar.gz
external_llvm-636e2a5cd33302fc6e9696e663e0dfe1f49a2d45.tar.bz2
Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
-rw-r--r--lib/Bitcode/Writer/ValueEnumerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bitcode/Writer/ValueEnumerator.cpp b/lib/Bitcode/Writer/ValueEnumerator.cpp
index 587eb5f..15f8f6c 100644
--- a/lib/Bitcode/Writer/ValueEnumerator.cpp
+++ b/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) {