From: Evan Cheng Date: Fri, 10 Sep 2010 06:20:01 +0000 (+0000) Subject: Fix test so it passes on non-Darwin hosts. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3dc0bb3afd44721c92bf1ae804faaac6a02db1be;p=oota-llvm.git Fix test so it passes on non-Darwin hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113577 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/ifcvt10.ll b/test/CodeGen/ARM/ifcvt10.ll index 3fd6a97c76e..e3bcf18ef4d 100644 --- a/test/CodeGen/ARM/ifcvt10.ll +++ b/test/CodeGen/ARM/ifcvt10.ll @@ -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