fix PR6533 by updating the br(xor) code to remember the case
[oota-llvm.git] / test / CodeGen / PowerPC / Frames-alloca.ll
index aed4fdbb2dcc893f6094f914174b9823aedef59f..466ae80341959de5ef1370a607909b8d22619b80 100644 (file)
@@ -24,7 +24,7 @@
 ; CHECK-PPC64-NOFP: ld r1, 0(r1)
 ; CHECK-PPC64-NOFP: ld r31, -8(r1)
 
-define i32* @f1(i32 %n) {
+define i32* @f1(i32 %n) nounwind {
        %tmp = alloca i32, i32 %n               ; <i32*> [#uses=1]
        ret i32* %tmp
 }