mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Use Doxygen comment syntax.
llvm-svn: 97451
This commit is contained in:
parent
0d46f3e9e6
commit
5cffef564c
@ -16,7 +16,7 @@
|
||||
|
||||
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 {
|
||||
enum {
|
||||
PHI = 0,
|
||||
@ -63,7 +63,7 @@ namespace TargetOpcode {
|
||||
/// the copy are emitted with the TargetInstrInfo::copyRegToReg hook.
|
||||
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
|
||||
};
|
||||
} // end namespace TargetOpcode
|
||||
|
Loading…
Reference in New Issue
Block a user