From: Sanjay Patel Date: Mon, 2 Feb 2015 17:47:30 +0000 (+0000) Subject: fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f766946abdb73cfb0ac1a059e5b28388d6b2b09f;p=oota-llvm.git fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227815 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fold-vex.ll b/test/CodeGen/X86/fold-vex.ll index 2bb5b441c7c..6d1b646c21e 100644 --- a/test/CodeGen/X86/fold-vex.ll +++ b/test/CodeGen/X86/fold-vex.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s ;CHECK: @test -; No need to load from memory. The operand will be loaded as part of th AND instr. +; No need to load from memory. The operand will be loaded as part of the AND instr. ;CHECK-NOT: vmovaps ;CHECK: vandps ;CHECK: ret