We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2e408 commit 1141275Copy full SHA for 1141275
llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.h
@@ -48,7 +48,7 @@ class NVPTXInstPrinter : public MCInstPrinter {
48
void printOffseti32imm(const MCInst *MI, int OpNum, raw_ostream &O,
49
const char *Modifier = nullptr);
50
void printHexu32imm(const MCInst *MI, int OpNum, raw_ostream &O,
51
- const char *Modifier = nullptr);
+ const char *Modifier = nullptr);
52
void printProtoIdent(const MCInst *MI, int OpNum,
53
raw_ostream &O, const char *Modifier = nullptr);
54
void printPrmtMode(const MCInst *MI, int OpNum, raw_ostream &O,
0 commit comments