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:
fd65307
)
Fix infinite looping
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 30 Mar 2009 15:28:21 +0000
(15:28 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 30 Mar 2009 15:28:21 +0000
(15:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68034
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Constants.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Constants.cpp
b/lib/VMCore/Constants.cpp
index 72197e6203c476fa53a2f2df1ba3838d5dea5ad6..7cd3599a61a221f63436dd1589f029a39ffd04f2 100644
(file)
--- a/
lib/VMCore/Constants.cpp
+++ b/
lib/VMCore/Constants.cpp
@@
-107,6
+107,8
@@
bool Constant::ContainsRelocations(unsigned Kind) const {
// requested
return true;
}
+
+ return false;
}
for (unsigned i = 0, e = getNumOperands(); i != e; ++i)