commit | af5f6ba32d5f03aa1e0c1aeecd81c99fea842d4c | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 30 16:40:03 2009 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jun 30 16:40:03 2009 +0000 |
tree | 3149d583e63562f3abfb0054afa675c69de2bfca | |
parent | 697b3780ac2297477c1bd799c9978e5dc49148f1 [diff] [blame] |
Fix PR4485. Avoid unnecessary duplication of operand 0 of X86::FpSET_ST0_80. This duplication would cause one register to remain on the stack at the function return. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74534 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/inline-asm-fpstack4.ll b/test/CodeGen/X86/inline-asm-fpstack4.ll index 24a6353..c9122fa 100644 --- a/test/CodeGen/X86/inline-asm-fpstack4.ll +++ b/test/CodeGen/X86/inline-asm-fpstack4.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 > %t +; RUN: llvm-as < %s | llc -march=x86 ; PR4484 declare x86_fp80 @ceil()