Fix full-store-partial-alias.ll

Accidentally renamed -disable-basicaa -> -disable-basic-aa
This commit is contained in:
Arthur Eubanks 2020-06-26 15:45:23 -07:00
parent b091c9a3e1
commit 0077988a6f
1 changed files with 1 additions and 1 deletions

View File

@ -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,