[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-deadcode.ll
index 7e147c7b4d7dfc5b740648cc62da38be2714a1fe..3a943d854b4aa4f8a9259735faa32c26b8ff308f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -O0 -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
+; RUN: llc < %s -O0 -verify-machineinstrs -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
 
 ; Target-specific selector can't properly handle the double because it isn't
 ; being passed via a register, so the materialized arguments become dead code.