[llvm-commits] [llvm] r113577 - /llvm/trunk/test/CodeGen/ARM/ifcvt10.ll
Evan Cheng
evan.cheng at apple.com
Thu Sep 9 23:20:01 PDT 2010
Author: evancheng
Date: Fri Sep 10 01:20:01 2010
New Revision: 113577
URL: http://llvm.org/viewvc/llvm-project?rev=113577&view=rev
Log:
Fix test so it passes on non-Darwin hosts.
Modified:
llvm/trunk/test/CodeGen/ARM/ifcvt10.ll
Modified: llvm/trunk/test/CodeGen/ARM/ifcvt10.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/ifcvt10.ll?rev=113577&r1=113576&r2=113577&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/ifcvt10.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/ifcvt10.ll Fri Sep 10 01:20:01 2010
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin -mcpu=cortex-a8 | FileCheck %s
; rdar://8402126
; Make sure if-converter is not predicating vldmia and ldmia. These are
; micro-coded and would have long issue latency even if predicated on
More information about the llvm-commits
mailing list