summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-14 20:21:51 +0000
committerChris Lattner <sabre@nondot.org>2005-01-14 20:21:51 +0000
commit2349ba939d0d6b8173e8e3b7c02a4259d1066924 (patch)
tree6b91b2ed53f620620f4b2ea69cb859e13b56c5ad /test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
parentfbd4de1d9b0d10fcc600bbd4816c09544d5f0628 (diff)
New testcase, problem found by Rob.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19556 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2005-01-14-UndefLong.ll')
-rw-r--r--test/CodeGen/PowerPC/2005-01-14-UndefLong.ll3
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 00000000000..21e72e0c66b
--- /dev/null
+++ b/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-as < %s | llc -march=ppc32
+
+long %test() { ret long undef }