mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 06:24:57 +00:00
Use Doxygen comment syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
// Invariant opcodes: All instruction sets have these as their low opcodes.
|
/// Invariant opcodes: All instruction sets have these as their low opcodes.
|
||||||
namespace TargetOpcode {
|
namespace TargetOpcode {
|
||||||
enum {
|
enum {
|
||||||
PHI = 0,
|
PHI = 0,
|
||||||
@ -63,7 +63,7 @@ namespace TargetOpcode {
|
|||||||
/// the copy are emitted with the TargetInstrInfo::copyRegToReg hook.
|
/// the copy are emitted with the TargetInstrInfo::copyRegToReg hook.
|
||||||
COPY_TO_REGCLASS = 10,
|
COPY_TO_REGCLASS = 10,
|
||||||
|
|
||||||
// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
|
/// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
|
||||||
DBG_VALUE = 11
|
DBG_VALUE = 11
|
||||||
};
|
};
|
||||||
} // end namespace TargetOpcode
|
} // end namespace TargetOpcode
|
||||||
|
Reference in New Issue
Block a user