forked from OSchip/llvm-project
Caught a simple typo. I do not know of a way to test this, but it seems like an unlikely thing to regress in the future.
llvm-svn: 290757
This commit is contained in:
parent
2042f833fd
commit
58a61e723e
|
@ -1369,7 +1369,7 @@ const char *ARMTargetLowering::getTargetNodeName(unsigned Opcode) const {
|
|||
|
||||
case ARMISD::PRELOAD: return "ARMISD::PRELOAD";
|
||||
|
||||
case ARMISD::WIN__CHKSTK: return "ARMISD:::WIN__CHKSTK";
|
||||
case ARMISD::WIN__CHKSTK: return "ARMISD::WIN__CHKSTK";
|
||||
case ARMISD::WIN__DBZCHK: return "ARMISD::WIN__DBZCHK";
|
||||
|
||||
case ARMISD::VCEQ: return "ARMISD::VCEQ";
|
||||
|
|
Loading…
Reference in New Issue