From 6f84539d5d98945e8aec4e3ca47bb0f9cb6c860b Mon Sep 17 00:00:00 2001 From: Volkan Keles Date: Mon, 6 Mar 2017 22:47:19 +0000 Subject: [PATCH] =?utf8?q?[GlobalISel]=20Fix=20G=5FFPEXT=E2=80=99s=20descr?= =?utf8?q?iption.=20NFC.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297088 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetOpcodes.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1