summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/ScalarEvolution.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-18 16:43:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-18 16:43:04 +0000
commita8c165861999696360ee7fa90119a07920ee60d7 (patch)
treede50f8746391ce1253c44e17815a0d77dcd17f89 /llvm/lib/Analysis/ScalarEvolution.cpp
parent6350296efcf502d0343549b63f0b1b7aecd3ece2 (diff)
downloadbcm5719-llvm-a8c165861999696360ee7fa90119a07920ee60d7.tar.gz
bcm5719-llvm-a8c165861999696360ee7fa90119a07920ee60d7.zip
Silence Release-Asserts warnings.
llvm-svn: 72011
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
-rw-r--r--llvm/lib/Analysis/ScalarEvolution.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp
index 3ecb30232c6..eaa847aa10d 100644
--- a/llvm/lib/Analysis/ScalarEvolution.cpp
+++ b/llvm/lib/Analysis/ScalarEvolution.cpp
@@ -3081,6 +3081,7 @@ SCEVHandle ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) {
}
assert(0 && "Unknown SCEV type!");
+ return 0;
}
/// getSCEVAtScope - This is a convenience function which does
OpenPOWER on IntegriCloud