[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll
Chris Lattner
sabre at nondot.org
Mon Jan 8 16:32:08 PST 2007
Changes in directory llvm/test/Regression/CodeGen/X86:
2007-01-08-InstrSched.ll updated: 1.2 -> 1.3
---
Log message:
Add PR number for future reference
---
Diffs of the changes: (+1 -0)
2007-01-08-InstrSched.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll
diff -u llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.2 llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.3
--- llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll:1.2 Mon Jan 8 18:09:34 2007
+++ llvm/test/Regression/CodeGen/X86/2007-01-08-InstrSched.ll Mon Jan 8 18:31:52 2007
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
; RUN: %prcontext 'mulss LCPI1_3' 1 | grep mulss | wc -l | grep 1
+; PR1075
define float %foo(float %x) {
%tmp1 = mul float %x, 3.000000e+00
More information about the llvm-commits
mailing list