commit | 905b6d192cadd43401964f4ff05534a65b007cf2 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Apr 03 23:47:24 2014 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Apr 03 23:47:24 2014 +0000 |
tree | c2dfdb7b3d316ca5aadfb553cf9f1fb7491f8c7d | |
parent | b8bd4a5e2a98ef22fe98375f7f339d16920c6e77 [diff] [blame] |
ARM: yet another round of ARM test clean ups llvm-svn: 205586
diff --git a/llvm/test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll b/llvm/test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll index 5d728b5..756ea82 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -O3 -march=thumb -mcpu=cortex-a8 | FileCheck %s +; RUN: llc -O3 -mtriple=thumb-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s ; ; LSR should only check for valid address modes when the IV user is a ; memory address.