summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-10 20:45:35 +0000
committerChris Lattner <sabre@nondot.org>2005-04-10 20:45:35 +0000
commit751cc5f49fa3cb0954acba3942bcf3809e5dfa1d (patch)
tree91049a0ff122b7395c1bb3b4a6a792dfed036883
parent391a351edee08babff798d0fe18e3e810b0e27ad (diff)
downloadbcm5719-llvm-751cc5f49fa3cb0954acba3942bcf3809e5dfa1d.tar.gz
bcm5719-llvm-751cc5f49fa3cb0954acba3942bcf3809e5dfa1d.zip
fix this testcase so the regex doesn't match the function name
llvm-svn: 21210
-rw-r--r--llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll b/llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
index 9a27e81054d..c20950a5e99 100644
--- a/llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
+++ b/llvm/test/Regression/CodeGen/PowerPC/fnegsel.ll
@@ -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
OpenPOWER on IntegriCloud