diff options
Diffstat (limited to 'test/CodeGen/bitfield.c')
-rw-r--r-- | test/CodeGen/bitfield.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/bitfield.c b/test/CodeGen/bitfield.c index da9a14884e..02f2de79f6 100644 --- a/test/CodeGen/bitfield.c +++ b/test/CodeGen/bitfield.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm-bc -o - | opt -std-compile-opts | llvm-dis > %t && +// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o %t -O3 && // RUN: grep "ret i32" %t | count 4 && // RUN: grep "ret i32 1" %t | count 4 |