commit | 46171917dc87caf0c7a741a7301f36db2e20b132 | [log] [tgz] |
---|---|---|
author | Mike Stump <mrs@apple.com> | Sat Jan 23 20:12:18 2010 +0000 |
committer | Mike Stump <mrs@apple.com> | Sat Jan 23 20:12:18 2010 +0000 |
tree | 17534e5c0bdd4ca58803c7bae2b8848ca199893d | |
parent | 46f4659f9d012ca2e2050c1fc39a59666114b3f9 [diff] [blame] |
Insulate these from changes to the default for -Wunreachable-code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/throw-expressions.cpp b/test/CodeGenCXX/throw-expressions.cpp index 9449618..1670e44 100644 --- a/test/CodeGenCXX/throw-expressions.cpp +++ b/test/CodeGenCXX/throw-expressions.cpp
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm-only -verify %s +// RUN: %clang_cc1 -emit-llvm-only -verify %s -Wno-unreachable-code int val = 42; int& test1() {