mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
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:
parent
42a0b48dd3
commit
28a5ab2fb4
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user