diff options
Diffstat (limited to 'test/CodeGen/X86/2012-07-15-broadcastfold.ll')
-rw-r--r-- | test/CodeGen/X86/2012-07-15-broadcastfold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2012-07-15-broadcastfold.ll b/test/CodeGen/X86/2012-07-15-broadcastfold.ll index 1c39c74..7c8c2f2 100644 --- a/test/CodeGen/X86/2012-07-15-broadcastfold.ll +++ b/test/CodeGen/X86/2012-07-15-broadcastfold.ll @@ -9,7 +9,7 @@ declare x86_fastcallcc i64 @barrier() ;CHECK: ret define <8 x float> @bcast_fold( float* %A) { BB: - %A0 = load float* %A + %A0 = load float, float* %A %tt3 = call x86_fastcallcc i64 @barrier() br i1 undef, label %work, label %exit |