diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-05-24 22:08:29 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-05-24 22:08:29 +0000 |
commit | c575c80c3bf8ae24b34098ddab2200de082c1103 (patch) | |
tree | 41d0331dc2ea0851db74ffdcdeda5c15f9524226 /llvm/test/CodeGen/X86/fp-stack-ret.ll | |
parent | f798f65ccc1ba56a1d34c9228af6e01c09c7a7e8 (diff) | |
download | bcm5719-llvm-c575c80c3bf8ae24b34098ddab2200de082c1103.tar.gz bcm5719-llvm-c575c80c3bf8ae24b34098ddab2200de082c1103.zip |
Fix for CHECK-NOT misspelling.
Patch by Nicklas Bo Jensen.
llvm-svn: 157421
Diffstat (limited to 'llvm/test/CodeGen/X86/fp-stack-ret.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp-stack-ret.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp-stack-ret.ll b/llvm/test/CodeGen/X86/fp-stack-ret.ll index 1307f70ead1..2733117a1f0 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) |