From: Justin Bogner Date: Wed, 18 Jan 2017 17:28:41 +0000 (+0000) Subject: GlobalISel: Correct copy-pasted comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eefd2c70674f55b7c35c49ce86735f1c2633c0b;p=llvm GlobalISel: Correct copy-pasted comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292411 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetOpcodes.def b/include/llvm/Target/TargetOpcodes.def index edb9b7350ca..04e9a3ebbc6 100644 --- a/include/llvm/Target/TargetOpcodes.def +++ b/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.