From 4e1c4d69e457c1e8892dd86983e71d347aff5553 Mon Sep 17 00:00:00 2001 From: Josh Magee Date: Wed, 25 Sep 2013 22:07:48 +0000 Subject: [PATCH] Test commit. Removed trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191402 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/sse2-vector-shifts.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/sse2-vector-shifts.ll b/test/CodeGen/X86/sse2-vector-shifts.ll index 05e765590d2..e2d612567a1 100644 --- a/test/CodeGen/X86/sse2-vector-shifts.ll +++ b/test/CodeGen/X86/sse2-vector-shifts.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+sse2 -mcpu=corei7 | FileCheck %s -; SSE2 Logical Shift Left +; SSE2 Logical Shift Left define <8 x i16> @test_sllw_1(<8 x i16> %InVec) { entry: