aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ThinLTO
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/ThinLTO')
-rw-r--r--llvm/test/ThinLTO/X86/devirt_function_alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/devirt_function_alias.ll b/llvm/test/ThinLTO/X86/devirt_function_alias.ll
index 62e36fb..6b88d84 100644
--- a/llvm/test/ThinLTO/X86/devirt_function_alias.ll
+++ b/llvm/test/ThinLTO/X86/devirt_function_alias.ll
@@ -9,7 +9,7 @@
; RUN: opt -thinlto-bc -o %t1.o %s
;; Check that we have properly recorded the alias in the vtable summary.
-; RUN llvm-dis -o - %t1.o | FileCheck %s --check-prefix SUMMARY
+; RUN: llvm-dis -o - %t1.o | FileCheck %s --check-prefix SUMMARY
; SUMMARY: gv: (name: "_ZTV1D", {{.*}} vTableFuncs: ((virtFunc: ^[[ALIAS:([0-9]+)]], offset: 16))
; SUMMARY: ^[[ALIAS]] = gv: (name: "_ZN1D1mEiAlias"