diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2016-03-10 11:24:06 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2016-03-10 11:24:06 +0000 |
commit | b95def749141e0d5c5985be74c3fb2a4ae308fb0 (patch) | |
tree | 450a9fa7160a8417c2b98f4087c2f01ceeb9867a /llvm/test/Analysis/LazyCallGraph/basic.ll | |
parent | 16d11785a5fbd982cf81b1585603d576d743f576 (diff) | |
download | bcm5719-llvm-b95def749141e0d5c5985be74c3fb2a4ae308fb0.tar.gz bcm5719-llvm-b95def749141e0d5c5985be74c3fb2a4ae308fb0.zip |
[LCG] Spell the printing pass pipeline name for the lazy call graph
'lcg' instead of just 'cg'.
This makes it consistent with the analysis name of 'lcg'.
No functionality changed.
llvm-svn: 263103
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. |