Skip to content

Commit 29acb3c

Browse files
Rename tablegen def
1 parent b88976b commit 29acb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/NVPTXInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3741,7 +3741,7 @@ def Callseq_End :
37413741
def trapinst : NVPTXInst<(outs), (ins), "trap;", [(trap)]>, Requires<[noPTXASUnreachableBug]>;
37423742
// Emit an `exit` as well to convey to ptxas that `trap` exits the CFG.
37433743
// This won't be necessary in a future version of ptxas.
3744-
def trapinstexit : NVPTXInst<(outs), (ins), "trap; exit;", [(trap)]>, Requires<[hasPTXASUnreachableBug]>;
3744+
def trapexitinst : NVPTXInst<(outs), (ins), "trap; exit;", [(trap)]>, Requires<[hasPTXASUnreachableBug]>;
37453745
// brkpt instruction
37463746
def debugtrapinst : NVPTXInst<(outs), (ins), "brkpt;", [(debugtrap)]>;
37473747

0 commit comments

Comments
 (0)