diff options
Diffstat (limited to 'test/CodeGen/X86/2011-10-11-srl.ll')
-rw-r--r-- | test/CodeGen/X86/2011-10-11-srl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-10-11-srl.ll b/test/CodeGen/X86/2011-10-11-srl.ll index 434f88c..ff58afc 100644 --- a/test/CodeGen/X86/2011-10-11-srl.ll +++ b/test/CodeGen/X86/2011-10-11-srl.ll @@ -3,7 +3,7 @@ target triple = "x86_64-unknown-linux-gnu" define void @m387(<2 x i8>* %p, <2 x i16>* %q) { - %t = load <2 x i8>* %p + %t = load <2 x i8>, <2 x i8>* %p %r = sext <2 x i8> %t to <2 x i16> store <2 x i16> %r, <2 x i16>* %q ret void |