diff options
Diffstat (limited to 'llvm/test/Analysis/LazyCallGraph/basic.ll')
-rw-r--r-- | llvm/test/Analysis/LazyCallGraph/basic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LazyCallGraph/basic.ll b/llvm/test/Analysis/LazyCallGraph/basic.ll index edd45ea0e1f..0d05a7a6514 100644 --- a/llvm/test/Analysis/LazyCallGraph/basic.ll +++ b/llvm/test/Analysis/LazyCallGraph/basic.ll @@ -1,4 +1,4 @@ -; RUN: opt -disable-output -passes=print-cg %s 2>&1 | FileCheck %s +; RUN: opt -disable-output -passes=print-lcg %s 2>&1 | FileCheck %s ; ; Basic validation of the call graph analysis used in the new pass manager. |