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:
Aaron Ballman 2016-12-30 15:57:56 +00:00
parent 2042f833fd
commit 58a61e723e
1 changed files with 1 additions and 1 deletions

View File

@ -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";