From 4c5e43da7792f75567b693105cc53e3f1992ad98 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 8 Apr 2015 08:55:49 -0700 Subject: Update aosp/master llvm for rebase to r233350 Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49 --- test/CodeGen/X86/vshift-6.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/vshift-6.ll') diff --git a/test/CodeGen/X86/vshift-6.ll b/test/CodeGen/X86/vshift-6.ll index 175b649..551a138 100644 --- a/test/CodeGen/X86/vshift-6.ll +++ b/test/CodeGen/X86/vshift-6.ll @@ -25,7 +25,7 @@ define <16 x i8> @do_not_crash(i8*, i32*, i64*, i32, i64, i8) { entry: store i8 %5, i8* %0 - %L5 = load i8* %0 + %L5 = load i8, i8* %0 %I8 = insertelement <16 x i8> , i8 %L5, i32 7 %B51 = shl <16 x i8> , %I8 ret <16 x i8> %B51 -- cgit v1.1