Index: tests_lit/reader_tests/binops.ll |
diff --git a/tests_lit/reader_tests/binops.ll b/tests_lit/reader_tests/binops.ll |
index 5fde67c619c3ec7e579afb25c70f43bf4588fee1..d6f14046c7d19a66e1d386efdbc36797cc6c9ba7 100644 |
--- a/tests_lit/reader_tests/binops.ll |
+++ b/tests_lit/reader_tests/binops.ll |
@@ -1,6 +1,8 @@ |
; Tests if we can read binary operators. |
-; RUN: %p2i -i %s --insts | FileCheck %s |
+; RUN: %p2i -i %s --insts | %ifp FileCheck %s |
+; RUN: %l2i -i %s --insts | %ifl FileCheck %s |
+; RUN: %lc2i -i %s --insts | %iflc FileCheck %s |
; TODO(kschimpf): add i8/i16. Needs bitcasts. |