The actual nicification of calls is now implemented in instcombine, not in

funcresolve


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-19 17:02:06 +00:00
parent 9fe3886678
commit 0e6094122a
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
; RUN: else exit 1 # Make sure opt doesn't abort!
; RUN: fi
;
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.'
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.'
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi

View File

@ -1,4 +1,4 @@
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi

View File

@ -5,7 +5,7 @@
; RUN: else exit 1 # Make sure opt doesn't abort!
; RUN: fi
;
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi

View File

@ -6,7 +6,7 @@
; RUN: else exit 1 # Make sure opt doesn't abort!
; RUN: fi
;
; RUN: if as < %s | opt -funcresolve | dis | grep '\.\.\.' | grep call
; RUN: if as < %s | opt -funcresolve -instcombine | dis | grep '\.\.\.' | grep call
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi