diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-20 21:42:49 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-11-20 21:42:49 +0000 |
commit | 87420af40b373c400ae6ffffbb938c58624f81f4 (patch) | |
tree | e4a901a881356ee487149b4030f776078afe3748 | |
parent | bbafae6c80ca57f3bc26e134121d5038b0e1d313 (diff) |
oops
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24432 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/rdtsc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rdtsc.ll b/test/CodeGen/X86/rdtsc.ll index 289224ea26..adf84a39b3 100644 --- a/test/CodeGen/X86/rdtsc.ll +++ b/test/CodeGen/X86/rdtsc.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep rptsc +; RUN: llvm-as < %s | llc -march=x86 | grep rdtsc declare ulong %llvm.readcyclecounter() |