OSDN Git Service

[CodeGen][NFC] Rename 'Src' to 'Val'.
authorClement Courbet <courbet@google.com>
Thu, 27 Apr 2017 07:22:30 +0000 (07:22 +0000)
committerClement Courbet <courbet@google.com>
Thu, 27 Apr 2017 07:22:30 +0000 (07:22 +0000)
commit54b949daebd0a64560cd94b1aa1cfa01d7a54445
treea2f3edb2274f1d2aaf15debf39e8db93ffb9280a
parent9f5bf2cd28dd5a8e09a3e7fb95eb1811323e9aea
[CodeGen][NFC] Rename 'Src' to 'Val'.

'Src' looks like it was borrowed from memcpy, 'Val' makes more sense for
memset and is consistent with naming within the function.

Differential Revision: https://reviews.llvm.org/D32580

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