fix typo
[oota-llvm.git] / test / CodeGen / X86 / fold-vex.ll
index 2bb5b441c7c00d5e8307e7b0e8b08a4f81abc939..6d1b646c21ec2dc55382bfd771786e0bfbe2813c 100644 (file)
@@ -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