[llvm] r191402 - Test commit. Removed trailing whitespace.
Josh Magee
joshua_magee at playstation.sony.com
Wed Sep 25 15:07:48 PDT 2013
Author: jmagee
Date: Wed Sep 25 17:07:48 2013
New Revision: 191402
URL: http://llvm.org/viewvc/llvm-project?rev=191402&view=rev
Log:
Test commit. Removed trailing whitespace.
Modified:
llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll
Modified: llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll?rev=191402&r1=191401&r2=191402&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse2-vector-shifts.ll Wed Sep 25 17:07:48 2013
@@ -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:
More information about the llvm-commits
mailing list