Fix full-store-partial-alias.ll
authorArthur Eubanks <aeubanks@google.com>
Fri, 26 Jun 2020 22:45:23 +0000 (15:45 -0700)
committerArthur Eubanks <aeubanks@google.com>
Fri, 26 Jun 2020 22:46:47 +0000 (15:46 -0700)
Accidentally renamed -disable-basicaa -> -disable-basic-aa

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

index 6715468..e1337d6 100644 (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,