commit | a95d96c283d767f95b122f8064a3497ffb7ced07 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:43:04 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:43:04 2009 +0000 |
tree | 139bda2a4914e0e722a127c7e885836242e93cdf | |
parent | fc78cff4c6feb58531977dbb17e0f628911733fb [diff] |
Silence Release-Asserts warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72011 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index 3ecb302..eaa847a 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp
@@ -3081,6 +3081,7 @@ } assert(0 && "Unknown SCEV type!"); + return 0; } /// getSCEVAtScope - This is a convenience function which does