1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

GlobalISel: Correct copy-pasted comment. NFC

llvm-svn: 292411
This commit is contained in:
Justin Bogner 2017-01-18 17:28:41 +00:00
parent b4143d5d72
commit 4fda119cb0

View File

@ -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.