OSDN Git Service

SDAG: Use ReplaceNode here, not ReplaceUses
authorJustin Bogner <mail@justinbogner.com>
Wed, 11 May 2016 22:21:50 +0000 (22:21 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 11 May 2016 22:21:50 +0000 (22:21 +0000)
commit9ad2a7e5c05ff662ed98a6e028bcb578e8ddea90
treea639a1ba068749fbae794c7dc9f8f005d60ee30b
parente05aeff019a4fdd221f50db40f421a395d617edc
SDAG: Use ReplaceNode here, not ReplaceUses

This was a typo in an earlier commit - there's no point in keeping the
old node around here.

Noticed by Meador Inge. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269245 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp