mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-09 13:41:35 +00:00
Fix rdtsc.ll test to match r8 on win64
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207142 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d24fc958e8
commit
870200a833
@ -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