[test] Fix unused FileCheck prefix in ThinLTO test
authorTeresa Johnson <tejohnson@google.com>
Mon, 2 Nov 2020 17:05:11 +0000 (09:05 -0800)
committerTeresa Johnson <tejohnson@google.com>
Mon, 2 Nov 2020 17:06:36 +0000 (09:06 -0800)
Add intended and missing prefix check.

llvm/test/ThinLTO/X86/devirt_promote.ll

index e93b419..367c728 100644 (file)
@@ -33,6 +33,9 @@
 ; NM-INDEX2: T _ZN1A1nEi.llvm.
 ; NM-INDEX2-NOT: U _ZN1A1nEi
 
+; The thin link devirtualizes all calls to _ZN1A1nEi.
+; PRINT: Devirtualized call to {{.*}} (_ZN1A1nEi)
+
 ; We should devirt call to _ZN1A1nEi once in importing module and once
 ; in original (exporting) module.
 ; REMARK-COUNT-2: single-impl: devirtualized a call to _ZN1A1nEi.llvm.