]> granicus.if.org Git - llvm/commitdiff
Fix new test try 2
authorTeresa Johnson <tejohnson@google.com>
Fri, 2 Aug 2019 13:49:48 +0000 (13:49 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 2 Aug 2019 13:49:48 +0000 (13:49 +0000)
Fix second (and last) instance of wrong Input file name in new test
added in r367679.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367682 91177308-0d34-0410-b5e6-96231b3b80d8

test/ThinLTO/X86/devirt2.ll

index 3e20114a5ebcba22f151567a8dae2a02dc41c515..513c5d3cc1d2849ca0568da91b0aa95808a42a37 100644 (file)
@@ -16,7 +16,7 @@
 
 ; Generate unsplit module with summary for ThinLTO index-based WPD.
 ; RUN: opt -thinlto-bc -o %t3.o %s
-; RUN: opt -thinlto-bc -o %t4.o %p/Inputs/devirt3.ll
+; RUN: opt -thinlto-bc -o %t4.o %p/Inputs/devirt2.ll
 
 ; Check that we don't have module flag when splitting not enabled for ThinLTO,
 ; and that we generate summary information needed for index-based WPD.