summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/rdtsc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rdtsc.ll b/test/CodeGen/X86/rdtsc.ll
index f169742931..dba614ad10 100644
--- 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-z0-9]+}})
; X86-NOT: shlq
; CHECK: ret