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
This commit is contained in:
David Blaikie 2012-05-24 22:08:29 +00:00
parent 42a0b48dd3
commit 28a5ab2fb4

View File

@ -22,7 +22,7 @@ define fastcc double @test2(<2 x double> %A) {
; CHECK: test3 ; CHECK: test3
; CHECK: sub{{.*}}%esp ; CHECK: sub{{.*}}%esp
; CHECLK-NOT: xmm ; CHECK-NOT: xmm
define fastcc double @test3(<4 x float> %A) { define fastcc double @test3(<4 x float> %A) {
%B = bitcast <4 x float> %A to <2 x double> %B = bitcast <4 x float> %A to <2 x double>
%C = call fastcc double @test2(<2 x double> %B) %C = call fastcc double @test2(<2 x double> %B)