Skip to content

Commit

Permalink
Caught a simple typo. I do not know of a way to test this, but it see…
Browse files Browse the repository at this point in the history
…ms like an unlikely thing to regress in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290757 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Dec 30, 2016
1 parent c37efe3 commit 65985d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/ARM/ARMISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 65985d0

Please sign in to comment.