commit | 1f6a329f79b3568d379142f921f59c4143ddaa14 | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Fri Aug 12 14:54:45 2011 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Fri Aug 12 14:54:45 2011 +0000 |
tree | 48a398f7238e67041a4f73e6f65440be845523cb | |
parent | 3c757ef2ef8294ea34378804d7c4d71053588b8c [diff] [blame] |
Silence a bunch (but not all) "variable written but not read" warnings when building with assertions disabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137460 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/IPA/CallGraphSCCPass.cpp b/lib/Analysis/IPA/CallGraphSCCPass.cpp index 659ffab..b6f9f0b 100644 --- a/lib/Analysis/IPA/CallGraphSCCPass.cpp +++ b/lib/Analysis/IPA/CallGraphSCCPass.cpp
@@ -350,6 +350,7 @@ dbgs() << "CGSCCPASSMGR: SCC Refresh didn't change call graph.\n"; } ); + (void)MadeChange; return DevirtualizedCall; }