[llvm] r227815 - fix typo

Sanjay Patel spatel at rotateright.com
Mon Feb 2 09:47:30 PST 2015


Author: spatel
Date: Mon Feb  2 11:47:30 2015
New Revision: 227815

URL: http://llvm.org/viewvc/llvm-project?rev=227815&view=rev
Log:
fix typo

Modified:
    llvm/trunk/test/CodeGen/X86/fold-vex.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-vex.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-vex.ll?rev=227815&r1=227814&r2=227815&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-vex.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-vex.ll Mon Feb  2 11:47:30 2015
@@ -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





More information about the llvm-commits mailing list