diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-11-27 20:49:56 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-11-27 20:49:56 +0000 |
commit | 45c33c985cdaf31e5504e5cf41c166e23bec8d4b (patch) | |
tree | 335301fa5eea5100f918b927f9fbaa2e68a6a860 /llvm/test/CodeGen/ARM/fast-isel-pred.ll | |
parent | 58365b9cc905908732bbe850f642dce4d7925379 (diff) | |
download | bcm5719-llvm-45c33c985cdaf31e5504e5cf41c166e23bec8d4b.tar.gz bcm5719-llvm-45c33c985cdaf31e5504e5cf41c166e23bec8d4b.zip |
Add -verify-machineinstrs to these fast-isel test cases.
llvm-svn: 168723
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-pred.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-pred.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-pred.ll b/llvm/test/CodeGen/ARM/fast-isel-pred.ll index 8de54ad5332..27731def1f5 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-pred.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-pred.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -mtriple=armv7-apple-darwin < %s +; RUN: llc -O0 -verify-machineinstrs -mtriple=armv7-apple-darwin < %s define i32 @main() nounwind ssp { entry: |