mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Add a test case for PR1086
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32977 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ae9693744
commit
32ff92d924
6
test/CodeGen/CBackend/2007-01-06-Signless.c
Normal file
6
test/CodeGen/CBackend/2007-01-06-Signless.c
Normal file
@ -0,0 +1,6 @@
|
||||
// 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…
x
Reference in New Issue
Block a user