Fix test case.

llvm-svn: 33464
This commit is contained in:
Evan Cheng 2007-01-23 17:49:33 +00:00
parent 725ad649b9
commit c42dd6a5e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{