1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Add x86-64 llvm.readcyclecounter test.

llvm-svn: 32018
This commit is contained in:
Evan Cheng 2006-11-29 08:29:59 +00:00
parent f968824cdb
commit d8429bd99f

View File

@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc
; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc &&
; RUN: llvm-as < %s | llc -march=x86-64 | grep rdtsc
declare ulong %llvm.readcyclecounter()