diff options
| -rw-r--r-- | llvm/include/llvm/Target/TargetOpcodes.def | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/llvm/Target/TargetOpcodes.def b/llvm/include/llvm/Target/TargetOpcodes.def index edb9b7350ca..04e9a3ebbc6 100644 --- a/llvm/include/llvm/Target/TargetOpcodes.def +++ b/llvm/include/llvm/Target/TargetOpcodes.def @@ -353,7 +353,7 @@ HANDLE_TARGET_OPCODE(G_SITOFP)  /// Generic unsigned-int to float conversion  HANDLE_TARGET_OPCODE(G_UITOFP) -/// Generic unsigned-int to float conversion +/// Generic pointer offset  HANDLE_TARGET_OPCODE(G_GEP)  /// Generic BRANCH instruction. This is an unconditional branch. | 

