commit | cabaa948d9cd21ca45c6c9244f31580540dddbca | [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 | f9515e06b03a4a841b21c6055623864ecaf507ed [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()