summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fp-stack-ret.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2012-05-24 22:08:29 +0000
committerDavid Blaikie <dblaikie@gmail.com>2012-05-24 22:08:29 +0000
commit28a5ab2fb43dd8274cc389d01b041408a4505d82 (patch)
tree920837cfbff63da3ac034de0120f9f837002812d /test/CodeGen/X86/fp-stack-ret.ll
parent42a0b48dd3773574f648c19b4d9abafb6b4a4f16 (diff)
downloadllvm-28a5ab2fb43dd8274cc389d01b041408a4505d82.tar.gz
llvm-28a5ab2fb43dd8274cc389d01b041408a4505d82.tar.bz2
llvm-28a5ab2fb43dd8274cc389d01b041408a4505d82.tar.xz
Fix for CHECK-NOT misspelling.
Patch by Nicklas Bo Jensen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157421 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fp-stack-ret.ll')
-rw-r--r--test/CodeGen/X86/fp-stack-ret.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-stack-ret.ll b/test/CodeGen/X86/fp-stack-ret.ll
index 1307f70ead..2733117a1f 100644
--- a/test/CodeGen/X86/fp-stack-ret.ll
+++ b/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)