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:
4618957
)
Wrap at 80 cols
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 23 Dec 2004 21:17:41 +0000
(21:17 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 23 Dec 2004 21:17:41 +0000
(21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19121
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/ValueNumbering.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/ValueNumbering.cpp
b/lib/Analysis/ValueNumbering.cpp
index 2e1174b69e7ce5fa508b86a8414f25ff97bc2dfc..b3a8dc8b3db38b2d7e0d78a7fcb3ea710383b133 100644
(file)
--- a/
lib/Analysis/ValueNumbering.cpp
+++ b/
lib/Analysis/ValueNumbering.cpp
@@
-161,7
+161,8
@@
void BVNImpl::handleBinaryInst(Instruction &I) {
// using a brute force comparison. This is useful for instructions with an
// arbitrary number of arguments.
//
-static inline bool IdenticalComplexInst(const Instruction *I1, const Instruction *I2) {
+static inline bool IdenticalComplexInst(const Instruction *I1,
+ const Instruction *I2) {
assert(I1->getOpcode() == I2->getOpcode());
// Equal if they are in the same function...
return I1->getParent()->getParent() == I2->getParent()->getParent() &&