Fix bot failure from r257493: remove extraneous temp file read
authorTeresa Johnson <tejohnson@google.com>
Tue, 12 Jan 2016 17:53:59 +0000 (17:53 +0000)
committerTeresa Johnson <tejohnson@google.com>
Tue, 12 Jan 2016 17:53:59 +0000 (17:53 +0000)
This was left from an earlier version of the test.

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

test/Transforms/FunctionImport/funcimport_alias.ll

index 0a6c43725576af536103bcb0f97f2dd2847e525b..8c7f00fe37b3488a4cd0944817e27dc7b99ffa41 100644 (file)
@@ -1,7 +1,7 @@
 ; Do setup work for all below tests: generate bitcode and combined index
 ; RUN: llvm-as -function-summary %s -o %t.bc
 ; RUN: llvm-as -function-summary %p/Inputs/funcimport_alias.ll -o %t2.bc
-; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc %t3.bc
+; RUN: llvm-lto -thinlto -o %t3 %t.bc %t2.bc
 
 ; Do the import now. Ensures that the importer handles an external call
 ; from imported callanalias() to a function that is defined already in