From: Volkan Keles Date: Mon, 6 Mar 2017 22:47:19 +0000 (+0000) Subject: [GlobalISel] Fix G_FPEXT’s description. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f84539d5d98945e8aec4e3ca47bb0f9cb6c860b;p=llvm [GlobalISel] Fix G_FPEXT’s description. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297088 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetOpcodes.def b/include/llvm/Target/TargetOpcodes.def index 58e6157778c..6f450cdb62e 100644 --- a/include/llvm/Target/TargetOpcodes.def +++ b/include/llvm/Target/TargetOpcodes.def @@ -364,7 +364,7 @@ HANDLE_TARGET_OPCODE(G_FREM) /// Generic FP exponentiation. HANDLE_TARGET_OPCODE(G_FPOW) -/// Generic float to signed-int conversion +/// Generic FP extension. HANDLE_TARGET_OPCODE(G_FPEXT) /// Generic float to signed-int conversion