diff options
Diffstat (limited to 'llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll')
-rw-r--r-- | llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll b/llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll index 9e163ec4d20..d2ae830ff87 100644 --- a/llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll +++ b/llvm/test/Analysis/GlobalsModRef/atomic-instrs.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -globalsmodref-aa -gvn -S | FileCheck %s +; RUN: opt < %s -globals-aa -gvn -S | FileCheck %s @X = internal global i32 4 |