Avoid a warning from MSVC on "*/" in this code by inserting a space

llvm-svn: 212862
This commit is contained in:
Reid Kleckner 2014-07-12 00:06:46 +00:00
parent b5650e5eae
commit fb9519838a
1 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ bool FastISel::FastLowerCall(CallLoweringInfo &/*CLI*/) {
return false;
}
bool FastISel::FastLowerIntrinsicCall(const IntrinsicInst */*II*/) {
bool FastISel::FastLowerIntrinsicCall(const IntrinsicInst * /*II*/) {
return false;
}