projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879d811
)
Fix whitespace.
author
Dan Gohman
<gohman@apple.com>
Wed, 25 Aug 2010 17:09:50 +0000
(17:09 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 25 Aug 2010 17:09:50 +0000
(17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112056
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bitcode/Writer/ValueEnumerator.cpp
patch
|
blob
|
history
diff --git
a/lib/Bitcode/Writer/ValueEnumerator.cpp
b/lib/Bitcode/Writer/ValueEnumerator.cpp
index 587eb5f54cf2db533b1c9beb5a651f9c98fb5b17..15f8f6cdb0d8ae603c6b792e43afcc3992cc2914 100644
(file)
--- 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) {