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

Fix the lit test added in r174972

Patch by: Kevin Schoedel

llvm-svn: 174974
This commit is contained in:
Paul Redmond 2013-02-12 16:07:27 +00:00
parent abd979fd30
commit 7d75c870f1

View File

@ -8,8 +8,8 @@ define void @foo() nounwind {
%t = trunc i64 %s to i32
%z = zext i32 %t to i64
store i64 %z, i64* @temp1, align 8
; CHECK: movl $0, temp1+4
; CHECK: movl $0, temp1
; CHECK: movl $0, {{_?}}temp1+4
; CHECK: movl $0, {{_?}}temp1
ret void
}