diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-12 17:04:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-12 17:04:57 +0000 |
commit | bd545edfdd76e7d5e45b341995442ce75db3b339 (patch) | |
tree | 29a400f1ec2bfdebf2ff71abf6454ead3415a0a1 /test | |
parent | 60d0bc61696074c0c4c0bf3316b3deea359c0f12 (diff) | |
download | external_llvm-bd545edfdd76e7d5e45b341995442ce75db3b339.zip external_llvm-bd545edfdd76e7d5e45b341995442ce75db3b339.tar.gz external_llvm-bd545edfdd76e7d5e45b341995442ce75db3b339.tar.bz2 |
add PR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2009-02-12-SpillerBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2009-02-12-SpillerBug.ll b/test/CodeGen/X86/2009-02-12-SpillerBug.ll index 49f3ef6..747dc8a 100644 --- a/test/CodeGen/X86/2009-02-12-SpillerBug.ll +++ b/test/CodeGen/X86/2009-02-12-SpillerBug.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-apple-darwin8 +; PR3561 define hidden void @__mulxc3({ x86_fp80, x86_fp80 }* noalias nocapture sret %agg.result, x86_fp80 %a, x86_fp80 %b, x86_fp80 %c, x86_fp80 %d) nounwind { entry: |