[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Apr 10 13:45:52 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
fnegsel.ll updated: 1.1 -> 1.2
---
Log message:
fix this testcase so the regex doesn't match the function name
---
Diffs of the changes: (+1 -1)
fnegsel.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
diff -u llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.1 llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.2
--- llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll:1.1 Sat Apr 9 04:30:09 2005
+++ llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll Sun Apr 10 15:45:35 2005
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | not grep fneg
-double %test_fneg_sel(double %A, double %B, double %C) {
+double %test_FNEG_sel(double %A, double %B, double %C) {
%D = sub double -0.0, %A
%Cond = setgt double %D, -0.0
%E = select bool %Cond, double %B, double %C
More information about the llvm-commits
mailing list