This is an automatically reduced test case that crashed in GVN, at some
[oota-llvm.git] / test / Transforms / LoopStrengthReduce / related_indvars.ll
index 24943788076963aafb764f31d31c337fae802bb8..12942bf10a5a53031730238f314b646a01fdb1f6 100644 (file)
@@ -7,7 +7,7 @@
 ;     *D++ = F;
 ; }
 
-define void @foo(double* %D, double* %E, double %F) {
+define void @foo(double* %D, double* %E, double %F) nounwind {
 entry:
        %tmp.24 = icmp eq double* %D, %E                ; <i1> [#uses=1]
        br i1 %tmp.24, label %return, label %no_exit