Skip to content

Commit 5b6f9b4

Browse files
clang-format
1 parent bbc3af0 commit 5b6f9b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class NVPTXInstPrinter : public MCInstPrinter {
4848
raw_ostream &O, const char *Modifier = nullptr);
4949
void printOffseti32imm(const MCInst *MI, int OpNum, raw_ostream &O,
5050
const char *Modifier = nullptr);
51+
void printHexu32imm(const MCInst *MI, int OpNum, raw_ostream &O,
52+
const char *Modifier = nullptr);
5153
void printProtoIdent(const MCInst *MI, int OpNum,
5254
raw_ostream &O, const char *Modifier = nullptr);
5355
void printPrmtMode(const MCInst *MI, int OpNum, raw_ostream &O,

0 commit comments

Comments
 (0)