Index: tests_lit/llvm2ice_tests/convert.ll |
diff --git a/tests_lit/llvm2ice_tests/convert.ll b/tests_lit/llvm2ice_tests/convert.ll |
index 1b61db3469b00237d36fa08ec8414cb0ad028996..74ab575c9a22d74e98ab023b35245523d9ebf00c 100644 |
--- a/tests_lit/llvm2ice_tests/convert.ll |
+++ b/tests_lit/llvm2ice_tests/convert.ll |
@@ -1,6 +1,6 @@ |
; Simple test of signed and unsigned integer conversions. |
-; RUIN: %llvm2ice -O2 --verbose none %s | FileCheck %s |
+; RUN: %llvm2ice -O2 --verbose none %s | FileCheck --check-prefix=OPTM1 %s |
jvoung (off chromium)
2014/05/28 17:48:15
What uses the CHECK prefix then (there are CHECK c
Jim Stichnoth
2014/05/29 01:39:46
It turned out that when Karl made changes to this
|
; RUN: %llvm2ice -Om1 --verbose none %s | FileCheck --check-prefix=OPTM1 %s |
; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s |