1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

improved CHECK

llvm-svn: 228086
This commit is contained in:
Sanjay Patel 2015-02-04 00:24:06 +00:00
parent 184c8815ed
commit b1e7e01db7

View File

@ -9,5 +9,5 @@ define <4 x float> @foo(<4 x float>* %P, <4 x float> %In) nounwind {
ret <4 x float> %B
; CHECK-LABEL: @foo
; CHECK: addps (
; CHECK: addps (%eax), %xmm0
}