mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
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
This commit is contained in:
parent
3b0ddfa292
commit
0cb1767f19
@ -980,8 +980,8 @@ public:
|
||||
/// the object whose address is being passed. If so then MinSize is set to the
|
||||
/// minimum size the object must be to be aligned and PrefAlign is set to the
|
||||
/// preferred alignment.
|
||||
virtual bool shouldAlignPointerArgs(CallInst */*CI*/, unsigned &/*MinSize*/,
|
||||
unsigned &/*PrefAlign*/) const {
|
||||
virtual bool shouldAlignPointerArgs(CallInst * /*CI*/, unsigned & /*MinSize*/,
|
||||
unsigned & /*PrefAlign*/) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user