diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2005-01-14-UndefLong.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2005-01-14-UndefLong.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll b/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll new file mode 100644 index 0000000..a4121c5 --- /dev/null +++ b/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll @@ -0,0 +1,3 @@ +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 + +long %test() { ret long undef } |