summaryrefslogtreecommitdiff
path: root/test/Transforms/FunctionImport/inlineasm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/FunctionImport/inlineasm.ll')
-rw-r--r--test/Transforms/FunctionImport/inlineasm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/FunctionImport/inlineasm.ll b/test/Transforms/FunctionImport/inlineasm.ll
index d0516f146534..de6fd7a9cfcd 100644
--- a/test/Transforms/FunctionImport/inlineasm.ll
+++ b/test/Transforms/FunctionImport/inlineasm.ll
@@ -6,7 +6,7 @@
; Attempt the import now, ensure below that file containing inline assembly
; is not imported from. Otherwise we would need to promote its local variable
; used in the inline assembly, which would not see the rename.
-; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s --check-prefix=CHECK
+; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -S 2>&1 | FileCheck %s
define i32 @main() #0 {
entry: