1
0
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:
Reid Kleckner 2014-04-24 20:14:08 +00:00
parent ca779a185f
commit cc8978dbd1

View File

@ -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