mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-28 09:31:03 +00:00
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
929ae46f5d
commit
9f456a9451
@ -250,7 +250,7 @@ namespace {
|
|||||||
// directory specified by CacheDir, using a filename provided in the module
|
// directory specified by CacheDir, using a filename provided in the module
|
||||||
// descriptor. The cache tries to load a saved object using that path if the
|
// descriptor. The cache tries to load a saved object using that path if the
|
||||||
// file exists. CacheDir defaults to "", in which case objects are cached
|
// file exists. CacheDir defaults to "", in which case objects are cached
|
||||||
// alongside their originating bitcodes.
|
// alongside their originating bitcodes.
|
||||||
//
|
//
|
||||||
class LLIObjectCache : public ObjectCache {
|
class LLIObjectCache : public ObjectCache {
|
||||||
public:
|
public:
|
||||||
@ -258,7 +258,7 @@ public:
|
|||||||
// Add trailing '/' to cache dir if necessary.
|
// Add trailing '/' to cache dir if necessary.
|
||||||
if (!this->CacheDir.empty() &&
|
if (!this->CacheDir.empty() &&
|
||||||
this->CacheDir[this->CacheDir.size() - 1] != '/')
|
this->CacheDir[this->CacheDir.size() - 1] != '/')
|
||||||
this->CacheDir += '/';
|
this->CacheDir += '/';
|
||||||
}
|
}
|
||||||
virtual ~LLIObjectCache() {}
|
virtual ~LLIObjectCache() {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user