forked from OSchip/llvm-project
Avoid a warning from MSVC on "*/" in this code by inserting a space
llvm-svn: 212862
This commit is contained in:
parent
b5650e5eae
commit
fb9519838a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue