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:
parent
efc00e35cf
commit
01cc8f3c76
@ -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; }
|
Loading…
Reference in New Issue
Block a user