summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp')
-rw-r--r--clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp b/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
index aa2d553542d..e7a8b1e47f8 100644
--- a/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
+++ b/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp
@@ -11,9 +11,9 @@ struct E {
void test() {
bool b;
- // CHECK: store i8 1, i8* %b, align 1
+ // CHECK: store i8 1
b = noexcept(0);
- // CHECK: store i8 0, i8* %b, align 1
+ // CHECK: store i8 0
b = noexcept(throw 0);
b = f1();
b = f2();
OpenPOWER on IntegriCloud