Update dejagnu tests to use the new pattern isel flag

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nate Begeman
2005-04-16 04:25:48 +00:00
parent 65a373593c
commit 9acc366ae4
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=ppc32 -enable-ppc-pattern-isel | grep fnabs
; RUN: llvm-as < %s | llc -march=ppc32 | grep fnabs
declare double %fabs(double)