diff options
-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: |