forked from OSchip/llvm-project
Fix full-store-partial-alias.ll
Accidentally renamed -disable-basicaa -> -disable-basic-aa
This commit is contained in:
parent
b091c9a3e1
commit
0077988a6f
|
@ -1,5 +1,5 @@
|
|||
; RUN: opt -S -tbaa -gvn < %s | FileCheck -check-prefix=BASICAA %s
|
||||
; RUN: opt -S -tbaa -disable-basic-aa -gvn < %s | FileCheck %s
|
||||
; RUN: opt -S -tbaa -disable-basicaa -gvn < %s | FileCheck %s
|
||||
; rdar://8875631, rdar://8875069
|
||||
|
||||
; BasicAA should notice that the store stores to the entire %u object,
|
||||
|
|
Loading…
Reference in New Issue