mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix the lit test added in r174972
Patch by: Kevin Schoedel llvm-svn: 174974
This commit is contained in:
parent
abd979fd30
commit
7d75c870f1
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user