Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2007-03-15-GEP-Idx-Sink.ll
index 4cac9b4c4a216bdbfbafa2539da969f4533cb586..e1f890192d127c7bcb72fe37d18596a23ec66d5d 100644 (file)
@@ -1,7 +1,7 @@
 ; 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