We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b091c9a commit 0077988Copy full SHA for 0077988
llvm/test/Analysis/BasicAA/full-store-partial-alias.ll
@@ -1,5 +1,5 @@
1
; RUN: opt -S -tbaa -gvn < %s | FileCheck -check-prefix=BASICAA %s
2
-; RUN: opt -S -tbaa -disable-basic-aa -gvn < %s | FileCheck %s
+; RUN: opt -S -tbaa -disable-basicaa -gvn < %s | FileCheck %s
3
; rdar://8875631, rdar://8875069
4
5
; BasicAA should notice that the store stores to the entire %u object,
0 commit comments