diff options
Diffstat (limited to 'test/Other/2004-08-20-PackedControlFlow.ll')
-rw-r--r-- | test/Other/2004-08-20-PackedControlFlow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2004-08-20-PackedControlFlow.ll b/test/Other/2004-08-20-PackedControlFlow.ll index 49aa606..3943570 100644 --- a/test/Other/2004-08-20-PackedControlFlow.ll +++ b/test/Other/2004-08-20-PackedControlFlow.ll @@ -12,7 +12,7 @@ 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 |