[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / fp-stack-ret.ll
index 1307f70ead17daf96befade644ab10e52d6fcf92..2733117a1f023b508e3901cfbed17df4e9bc1a49 100644 (file)
@@ -22,7 +22,7 @@ define fastcc double @test2(<2 x double> %A) {
 
 ; CHECK: test3
 ; CHECK: sub{{.*}}%esp
-; CHECLK-NOT: xmm
+; CHECK-NOT: xmm
 define fastcc double @test3(<4 x float> %A) {
        %B = bitcast <4 x float> %A to <2 x double>
        %C = call fastcc double @test2(<2 x double> %B)