mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix rdtsc.ll test to match r8 on win64
llvm-svn: 207142
This commit is contained in:
parent
ca779a185f
commit
cc8978dbd1
@ -38,7 +38,7 @@ define i64 @test_builtin_rdtscp(i8* %A) {
|
||||
; CHECK-LABEL: test_builtin_rdtscp
|
||||
; CHECK: rdtscp
|
||||
; X86-NOT: shlq
|
||||
; CHECK: movl %ecx, (%{{[a-z]+}})
|
||||
; CHECK: movl %ecx, (%{{[a-z0-9]+}})
|
||||
; X86-NOT: shlq
|
||||
; CHECK: ret
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user