summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ppcf128-1-opt.ll
diff options
context:
space:
mode:
authorEhsan Amiri <amehsan@ca.ibm.com>2016-08-03 18:17:35 +0000
committerEhsan Amiri <amehsan@ca.ibm.com>2016-08-03 18:17:35 +0000
commit38caf193337fcd02d28ec3461c001325ea55b85c (patch)
tree19a07ffb260d5d0cde63b67531d540eeee670f0e /test/CodeGen/PowerPC/ppcf128-1-opt.ll
parente69cb72fc17ba88d6ceb7cfff3d306691dc7e295 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/ppcf128-1-opt.ll')
-rw-r--r--test/CodeGen/PowerPC/ppcf128-1-opt.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppcf128-1-opt.ll b/test/CodeGen/PowerPC/ppcf128-1-opt.ll
index 2fc17209ccf..ccf3e3326f3 100644
--- a/test/CodeGen/PowerPC/ppcf128-1-opt.ll
+++ b/test/CodeGen/PowerPC/ppcf128-1-opt.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s > %t
+; RUN: llc -verify-machineinstrs < %s > %t
; ModuleID = '<stdin>'
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128"
target triple = "powerpc-apple-darwin8"