aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Constants.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp
index 72197e6203..7cd3599a61 100644
--- 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)