Fix for CHECK-NOT misspelling.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 24 May 2012 22:08:29 +0000 (22:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 24 May 2012 22:08:29 +0000 (22:08 +0000)
Patch by Nicklas Bo Jensen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157421 91177308-0d34-0410-b5e6-96231b3b80d8

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)