forked from OSchip/llvm-project
[Attributor] -attributor-verify has false positives. Temporarily remove
it, until resolved. llvm-svn: 369277
This commit is contained in:
parent
e8e914e640
commit
8682281063
|
@ -1,5 +1,4 @@
|
|||
; RUN: opt -functionattrs -enable-nonnull-arg-prop -attributor -attributor-disable=false -S < %s | FileCheck %s
|
||||
; RUN: opt -functionattrs -enable-nonnull-arg-prop -attributor -attributor-disable=false -attributor-verify=true -S < %s | FileCheck %s
|
||||
;
|
||||
; This is an evolved example to stress test SCC parameter attribute propagation.
|
||||
; The SCC in this test is made up of the following six function, three of which
|
||||
|
|
Loading…
Reference in New Issue