diff options
author | Josh Magee <joshua_magee@playstation.sony.com> | 2013-09-25 22:07:48 +0000 |
---|---|---|
committer | Josh Magee <joshua_magee@playstation.sony.com> | 2013-09-25 22:07:48 +0000 |
commit | 4e1c4d69e457c1e8892dd86983e71d347aff5553 (patch) | |
tree | 541e030c8f279f7c5866d7cfec70e0c268094b61 /test/CodeGen | |
parent | f8809477befa3df882540a870b05a85a82d5b86c (diff) | |
download | external_llvm-4e1c4d69e457c1e8892dd86983e71d347aff5553.zip external_llvm-4e1c4d69e457c1e8892dd86983e71d347aff5553.tar.gz external_llvm-4e1c4d69e457c1e8892dd86983e71d347aff5553.tar.bz2 |
Test commit. Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/sse2-vector-shifts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse2-vector-shifts.ll b/test/CodeGen/X86/sse2-vector-shifts.ll index 05e7655..e2d6125 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: |