Index: tests_lit/llvm2ice_tests/fpconst.pnacl.ll |
diff --git a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll |
index 9bbfe3bade433e6791f280b1a69f32fc4ac0aa5e..648e5a4e2963875799ffd70ed9129afb5faf7d7a 100644 |
--- a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll |
+++ b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll |
@@ -7,6 +7,7 @@ |
; http://llvm.org/docs/LangRef.html#simple-constants . |
; RUN: %llvm2ice -Om1 --verbose none %s | FileCheck %s |
+; RUN: %llvm2ice -O2 --verbose none %s | FileCheck %s |
jvoung (off chromium)
2014/05/28 17:48:15
Nit: flip the O2 and Om1 for consistency w/ the re
Jim Stichnoth
2014/05/29 01:39:46
Done.
|
; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s |
; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s |
; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \ |