Skip to content

Commit

Permalink
Fix for CHECK-NOT misspelling.
Browse files Browse the repository at this point in the history
Patch by Nicklas Bo Jensen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157421 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dwblaikie committed May 24, 2012
1 parent 42a0b48 commit 28a5ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/fp-stack-ret.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28a5ab2

Please sign in to comment.