Skip to content

Commit 0077988

Browse files
committed
Fix full-store-partial-alias.ll
Accidentally renamed -disable-basicaa -> -disable-basic-aa
1 parent b091c9a commit 0077988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Analysis/BasicAA/full-store-partial-alias.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: opt -S -tbaa -gvn < %s | FileCheck -check-prefix=BASICAA %s
2-
; RUN: opt -S -tbaa -disable-basic-aa -gvn < %s | FileCheck %s
2+
; RUN: opt -S -tbaa -disable-basicaa -gvn < %s | FileCheck %s
33
; rdar://8875631, rdar://8875069
44

55
; BasicAA should notice that the store stores to the entire %u object,

0 commit comments

Comments
 (0)