summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2008-12-02-logical-or-fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/2008-12-02-logical-or-fold.c')
-rw-r--r--clang/test/CodeGen/2008-12-02-logical-or-fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-12-02-logical-or-fold.c b/clang/test/CodeGen/2008-12-02-logical-or-fold.c
index 167ad299ce6..167c5c194f7 100644
--- a/clang/test/CodeGen/2008-12-02-logical-or-fold.c
+++ b/clang/test/CodeGen/2008-12-02-logical-or-fold.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -o - %s | grep "store i32 1"
+// RUN: %clang_cc1 -emit-llvm -o - %s | grep "ret i32 1"
// PR3150
int a() {return 1||1;}
OpenPOWER on IntegriCloud