commit | b873ff322c28ce097762355921100b677c71238d | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Sun Nov 20 21:41:10 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Sun Nov 20 21:41:10 2005 +0000 |
tree | c0547b91eb8d00b0b55592fdb1c540e5a10f4570 | |
parent | f70e30b41dc6a92733681dcea2c06d8b3dd488db [diff] [blame] |
The second patch of X86 support for read cycle counter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24430 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h index b4468ac..ccec6ea 100644 --- a/lib/Target/X86/X86ISelLowering.h +++ b/lib/Target/X86/X86ISelLowering.h
@@ -62,6 +62,10 @@ /// LLVM. CALL, TAILCALL, + + /// RDTSC_DAG - This operation implements the lowering for + /// readcyclecounter + RDTSC_DAG, }; }