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..a3e531e540935b79385bfd85a07ba31fd18917bc 100644 |
--- a/tests_lit/reader_tests/binops.ll |
+++ b/tests_lit/reader_tests/binops.ll |
@@ -1,6 +1,9 @@ |
; Tests if we can read binary operators. |
+; RUN: %m2i -i %s --insts | %ifm FileCheck %s |
; RUN: %p2i -i %s --insts | FileCheck %s |
+; RUN: %l2i -i %s --insts | FileCheck %s |
+; RUN: %lc2i -i %s --insts | FileCheck %s |
; TODO(kschimpf): add i8/i16. Needs bitcasts. |