diff options
Diffstat (limited to 'test/CodeGen/X86/scalar-extract.ll')
-rw-r--r-- | test/CodeGen/X86/scalar-extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/scalar-extract.ll b/test/CodeGen/X86/scalar-extract.ll index 2845838..b8ef5e7 100644 --- a/test/CodeGen/X86/scalar-extract.ll +++ b/test/CodeGen/X86/scalar-extract.ll @@ -6,7 +6,7 @@ define void @foo(<2 x i16>* %A, <2 x i16>* %B) { entry: - %tmp1 = load <2 x i16>* %A ; <<2 x i16>> [#uses=1] + %tmp1 = load <2 x i16>, <2 x i16>* %A ; <<2 x i16>> [#uses=1] store <2 x i16> %tmp1, <2 x i16>* %B ret void } |