diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-03-14 21:18:10 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-03-14 21:18:10 +0000 |
| commit | cec0cae31325ef45950d3a8d0c1f2702df04d689 (patch) | |
| tree | 11a78eb4957d801e923aeb457789660798d1b89d /llvm/test/Bitcode/thinlto-function-summary-callgraph.ll | |
| parent | 9c6cd5df8c1d917084e2cbf8ec8eca6a3550a97e (diff) | |
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
This reverts commit r263490. Missed a file.
llvm-svn: 263493
Diffstat (limited to 'llvm/test/Bitcode/thinlto-function-summary-callgraph.ll')
| -rw-r--r-- | llvm/test/Bitcode/thinlto-function-summary-callgraph.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll index 992f4475b51c..a6a2685690f0 100644 --- a/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll +++ b/llvm/test/Bitcode/thinlto-function-summary-callgraph.ll @@ -1,7 +1,7 @@ ; Test to check the callgraph in summary -; RUN: llvm-as -module-summary %s -o %t.o +; RUN: llvm-as -function-summary %s -o %t.o ; RUN: llvm-bcanalyzer -dump %t.o | FileCheck %s -; RUN: llvm-as -module-summary %p/Inputs/thinlto-function-summary-callgraph.ll -o %t2.o +; RUN: llvm-as -function-summary %p/Inputs/thinlto-function-summary-callgraph.ll -o %t2.o ; RUN: llvm-lto -thinlto -o %t3 %t.o %t2.o ; RUN: llvm-bcanalyzer -dump %t3.thinlto.bc | FileCheck %s --check-prefix=COMBINED |
