clang-format these lines to fix Visual C++ warning.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 18 Mar 2015 12:50:00 +0000 (12:50 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 18 Mar 2015 12:50:00 +0000 (12:50 +0000)
commitb52cdda782d4b886f3201494377a4a5a1fe87d35
treeef51aeffb67a0e3401ef1fa5673aec63193c1cca
parentbf2e6a6be2d429cf76a63cd747e2b0ea0526a8da
clang-format these lines to fix Visual C++ warning.

Visual C++ 2013 complains "warning C4138: '*/' found outside of comment"
about the code

 CallInst */*CI*/

but compiles OK. clang-formatting these lines adds an extra space and
makes Visual C++ satisfied.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232630 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h