X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb%2Fstack-frame.ll;h=09d480aec290e6ba4e2bbdd746857e3b5d854c2a;hb=813f44a29fd0fd140127023222d0633e23783bcc;hp=756d257c2ae94ee628ea171cd025a74e53aea2f1;hpb=9f76ed512747fc95400b4963900cd3d316c3182e;p=oota-llvm.git diff --git a/test/CodeGen/Thumb/stack-frame.ll b/test/CodeGen/Thumb/stack-frame.ll index 756d257c2ae..09d480aec29 100644 --- a/test/CodeGen/Thumb/stack-frame.ll +++ b/test/CodeGen/Thumb/stack-frame.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | llc -march=thumb -; RUN: llvm-as < %s | llc -march=thumb | grep add | count 1 +; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s define void @f1() { %c = alloca i8, align 1 @@ -10,4 +9,6 @@ define i32 @f2() { ret i32 1 } +; CHECK: add +; CHECK-NOT: add