diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-11-29 08:29:59 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-11-29 08:29:59 +0000 |
commit | cdc70ce82c476ac83ec2ffb1279bb60e95deb2cd (patch) | |
tree | 134bc470c5a433c6a69875f860ab596839d76212 | |
parent | 3fa9dff2c97778f3c3c3c7a0e69f3543a03041d3 (diff) |
Add x86-64 llvm.readcyclecounter test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32018 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/rdtsc.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rdtsc.ll b/test/CodeGen/X86/rdtsc.ll index efc8ba6acc..147838350f 100644 --- a/test/CodeGen/X86/rdtsc.ll +++ b/test/CodeGen/X86/rdtsc.ll @@ -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() |