1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove insignificant test no longer needed.

llvm-svn: 39931
This commit is contained in:
Reid Spencer 2007-07-16 22:03:36 +00:00
parent efc00e35cf
commit 01cc8f3c76

View File

@ -1,6 +0,0 @@
// RUN: %llvmgcc -S %s -o - | llvm-as | llc -march=c | \
// RUN: grep {(unsigned short}
int Z = -1;
int test(unsigned short X, short Y) { return X+Y+Z; }