diff options
Diffstat (limited to 'test/CodeGen/X86/pr10475.ll')
-rw-r--r-- | test/CodeGen/X86/pr10475.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr10475.ll b/test/CodeGen/X86/pr10475.ll index 3efc39e..d81fce8 100644 --- a/test/CodeGen/X86/pr10475.ll +++ b/test/CodeGen/X86/pr10475.ll @@ -10,7 +10,7 @@ CF79: ; preds = %CF79, %BB br i1 undef, label %CF79, label %CF84.critedge.critedge CF84.critedge.critedge: ; preds = %CF79 - %L35 = load <8 x i32>* undef + %L35 = load <8 x i32>, <8 x i32>* undef br label %CF85 CF85: ; preds = %CF85, %CF84.critedge.critedge |