diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-14 20:21:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-14 20:21:51 +0000 |
commit | 2349ba939d0d6b8173e8e3b7c02a4259d1066924 (patch) | |
tree | 6b91b2ed53f620620f4b2ea69cb859e13b56c5ad /test | |
parent | fbd4de1d9b0d10fcc600bbd4816c09544d5f0628 (diff) | |
download | external_llvm-2349ba939d0d6b8173e8e3b7c02a4259d1066924.zip external_llvm-2349ba939d0d6b8173e8e3b7c02a4259d1066924.tar.gz external_llvm-2349ba939d0d6b8173e8e3b7c02a4259d1066924.tar.bz2 |
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')
-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..21e72e0 --- /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 } |