X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb2%2Fthumb2-cmp2.ll;h=4d840030f8255d5e3c779659c481d6c36508e142;hb=f2640be5dfc41d11ca28ad60ab5e45bf4db7e36e;hp=8ca3caf0a088b6b2800ac60bcfb20a5a62d279d9;hpb=aca2998f143ae021e4c3999e32a68cfc084a3ba0;p=oota-llvm.git diff --git a/test/CodeGen/Thumb2/thumb2-cmp2.ll b/test/CodeGen/Thumb2/thumb2-cmp2.ll index 8ca3caf0a08..4d840030f82 100644 --- a/test/CodeGen/Thumb2/thumb2-cmp2.ll +++ b/test/CodeGen/Thumb2/thumb2-cmp2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s ; These tests would be improved by 'movs r0, #0' being rematerialized below the ; test as 'mov.w r0, #0'.