Adding -verify-machineinstrs option to PowerPC tests
Currently we have a number of tests that fail with -verify-machineinstrs.
To detect this cases earlier we add the option to the testcases with the
exception of tests that will currently fail with this option. PR 27456 keeps
track of this failures.
No code review, as discussed with Hal Finkel.
llvm-svn: 277624
diff --git a/llvm/test/CodeGen/PowerPC/inline-asm-s-modifier.ll b/llvm/test/CodeGen/PowerPC/inline-asm-s-modifier.ll
index c8b00b6..861d997 100644
--- a/llvm/test/CodeGen/PowerPC/inline-asm-s-modifier.ll
+++ b/llvm/test/CodeGen/PowerPC/inline-asm-s-modifier.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
+; RUN: llc -verify-machineinstrs -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown < %s | FileCheck %s
define void @test() {
entry:
call void asm sideeffect "mtfsb1 ${0:s}", "i"(i32 7), !srcloc !1