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)
commit794ffb7da384367b4d334cacaf7a03b203a52692
tree5472a764496159678d5a0f003dcd37568d2e41b6
parent9ec834036e5b975971377db6d042e7cb1fd2fa3b
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.

llvm-svn: 232630
llvm/include/llvm/Target/TargetLowering.h