mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-01 01:54:21 +00:00
remove bogus test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3724df3132
commit
05c34253f5
@ -1,17 +0,0 @@
|
|||||||
// RUN: %llvmgcc -S %s -o - | grep {trunc.*to i8}
|
|
||||||
// RUN: %llvmgcc -S %s -o - | llvm-as | opt -instcombine | llc -march=x86 | \
|
|
||||||
// RUN: grep {test.*1}
|
|
||||||
int
|
|
||||||
main ( int argc, char** argv)
|
|
||||||
{
|
|
||||||
int i;
|
|
||||||
int result = 1;
|
|
||||||
for (i = 2; i <= 3; i++)
|
|
||||||
{
|
|
||||||
if ((i & 1) == 0)
|
|
||||||
{
|
|
||||||
result = result + 17;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return result;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user