summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LazyCallGraph/basic.ll
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-03-10 11:24:06 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-03-10 11:24:06 +0000
commitb95def749141e0d5c5985be74c3fb2a4ae308fb0 (patch)
tree450a9fa7160a8417c2b98f4087c2f01ceeb9867a /llvm/test/Analysis/LazyCallGraph/basic.ll
parent16d11785a5fbd982cf81b1585603d576d743f576 (diff)
downloadbcm5719-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.ll2
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.
OpenPOWER on IntegriCloud