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 3943570..64da59d 100644 --- a/test/Other/2004-08-20-PackedControlFlow.ll +++ b/test/Other/2004-08-20-PackedControlFlow.ll @@ -16,7 +16,7 @@ B: ; preds = %A br label %C A: ; preds = %0 - %t0 = load %v4f* @foo ; <%v4f> [#uses=2] + %t0 = load %v4f, %v4f* @foo ; <%v4f> [#uses=2] br label %B } |