Use report_fatal_error instead of unreachable for -fast-isel-abort
[oota-llvm.git] / test / Other / 2004-08-20-PackedControlFlow.ll
index 49aa606adc049dffff11882363581970b3bdb350..64da59d13b2b33061e7a674dc8297ae25bf03c8b 100644 (file)
@@ -12,11 +12,11 @@ C:              ; preds = %B
         ret void
 
 B:              ; preds = %A
-        %t2 = add %v4f %t0, %t0         ; <%v4f> [#uses=1]
+        %t2 = fadd %v4f %t0, %t0         ; <%v4f> [#uses=1]
         br label %C
 
 A:              ; preds = %0
-        %t0 = load %v4f* @foo           ; <%v4f> [#uses=2]
+        %t0 = load %v4f, %v4f* @foo           ; <%v4f> [#uses=2]
         br label %B
 }