mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
daa3189ed0
commit
6bc191a8ec
@ -1,5 +1,5 @@
|
|||||||
// RUN: %llvmgcc -S %s -o - | grep 'trunc.*to bool'
|
// 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
|
int
|
||||||
main ( int argc, char** argv)
|
main ( int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user