From: David Blaikie Date: Thu, 24 May 2012 22:08:29 +0000 (+0000) Subject: Fix for CHECK-NOT misspelling. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c575c80c3bf8ae24b34098ddab2200de082c1103;p=platform%2Fupstream%2Fllvm.git Fix for CHECK-NOT misspelling. Patch by Nicklas Bo Jensen. llvm-svn: 157421 --- diff --git a/llvm/test/CodeGen/X86/fp-stack-ret.ll b/llvm/test/CodeGen/X86/fp-stack-ret.ll index 1307f70..2733117 100644 --- a/llvm/test/CodeGen/X86/fp-stack-ret.ll +++ b/llvm/test/CodeGen/X86/fp-stack-ret.ll @@ -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)