Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-15-GEP-Idx-Sink.ll
index af97898b3556cd5722638f3c0ea52383080c9f88..e1f890192d127c7bcb72fe37d18596a23ec66d5d 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | \
-; RUN:   grep {addl \$16, %esp}
+; RUN: llc < %s -march=x86 -mtriple=i686-darwin | \
+; RUN:   grep push | count 3
 
-define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
+define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) nounwind {
 entry:
        icmp sgt i32 %size, 0           ; <i1>:0 [#uses=1]
        br i1 %0, label %bb.preheader, label %return