diff options
Diffstat (limited to 'include/llvm/CodeGen/ISDOpcodes.h')
-rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 7c2864f..e380650 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -582,7 +582,7 @@ namespace ISD { // TRAP - Trapping instruction TRAP, - // DEBUGTRAP - Trap intented to get the attention of a debugger. + // DEBUGTRAP - Trap intended to get the attention of a debugger. DEBUGTRAP, // PREFETCH - This corresponds to a prefetch intrinsic. It takes chains are |