projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24fc95
)
Fix rdtsc.ll test to match r8 on win64
author
Reid Kleckner
<reid@kleckner.net>
Thu, 24 Apr 2014 20:14:08 +0000
(20:14 +0000)
committer
Reid Kleckner
<reid@kleckner.net>
Thu, 24 Apr 2014 20:14:08 +0000
(20:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207142
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/rdtsc.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/rdtsc.ll
b/test/CodeGen/X86/rdtsc.ll
index f16974293181cefb181e2959292ef2ab4b7a2208..dba614ad104ece72445370a81d989a5394a0d5ed 100644
(file)
--- a/
test/CodeGen/X86/rdtsc.ll
+++ b/
test/CodeGen/X86/rdtsc.ll
@@
-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-z
0-9
]+}})
; X86-NOT: shlq
; CHECK: ret