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 | cede94ddc99f41723ac454066baefa8613f84a39 (patch) | |
tree | 02a26228eccf73106679e6458898f70c3863a89d | |
parent | e0d32c490aa0b18a25add5037f1bb1dbaacb593e (diff) | |
download | bcm5719-llvm-cede94ddc99f41723ac454066baefa8613f84a39.tar.gz bcm5719-llvm-cede94ddc99f41723ac454066baefa8613f84a39.zip |
add PR
llvm-svn: 64377
-rw-r--r-- | llvm/test/CodeGen/X86/2009-02-12-SpillerBug.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2009-02-12-SpillerBug.ll b/llvm/test/CodeGen/X86/2009-02-12-SpillerBug.ll index 49f3ef60059..747dc8ae0a6 100644 --- a/llvm/test/CodeGen/X86/2009-02-12-SpillerBug.ll +++ b/llvm/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: |