From: Eric Christopher Date: Wed, 25 Aug 2010 07:53:15 +0000 (+0000) Subject: Run this on thumb and arm. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e8d274c8c941e328ea36a646c8a4ce49c1821153;p=oota-llvm.git Run this on thumb and arm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112035 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/fast-isel.ll b/test/CodeGen/ARM/fast-isel.ll index c12bbd03e2c..86cb94b88de 100644 --- a/test/CodeGen/ARM/fast-isel.ll +++ b/test/CodeGen/ARM/fast-isel.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=armv7-apple-darwin +; RUN: llc < %s -O0 -arm-fast-isel -fast-isel-abort -mtriple=thumbv7-apple-darwin ; Very basic fast-isel functionality.