summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c b/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c
index cb80d76e059..b0ccdec1116 100644
--- a/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c
+++ b/clang/test/CodeGen/2008-03-24-BitField-And-Alloca.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -O2 -emit-llvm %s -o - | not grep alloca
-// RUN: %clang_cc1 -m32 -O2 -emit-llvm %s -o - | not grep {store }
+// RUN: %clang_cc1 -triple i686-pc-linux-gnu -O2 -emit-llvm %s -o - | not grep store
enum {
PP_C,
OpenPOWER on IntegriCloud