summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-23 17:49:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-23 17:49:33 +0000
commitc42dd6a5e4806ecf55554eb7753d7fdffd929268 (patch)
treea818c407d2ad04e958f203b872551b77b01ecbc6 /llvm/test/CFrontend
parent725ad649b96ddba8db30f499e6e8c1bc49e87222 (diff)
downloadbcm5719-llvm-c42dd6a5e4806ecf55554eb7753d7fdffd929268.tar.gz
bcm5719-llvm-c42dd6a5e4806ecf55554eb7753d7fdffd929268.zip
Fix test case.
llvm-svn: 33464
Diffstat (limited to 'llvm/test/CFrontend')
-rw-r--r--llvm/test/CFrontend/cast-to-bool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/cast-to-bool.c b/llvm/test/CFrontend/cast-to-bool.c
index e0f48daa731..04e174e46eb 100644
--- a/llvm/test/CFrontend/cast-to-bool.c
+++ b/llvm/test/CFrontend/cast-to-bool.c
@@ -1,5 +1,5 @@
// RUN: %llvmgcc -S %s -o - | grep 'trunc.*to bool'
-// RUN: %llvmgcc -S %s -o - | llvm-as | llc -march=x86 | grep 'test.*1'
+// RUN: %llvmgcc -S %s -o - | llvm-as | opt -instcombine | llc -march=x86 | grep 'test.*1'
int
main ( int argc, char** argv)
{
OpenPOWER on IntegriCloud