diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-10 10:38:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-10 10:38:28 +0000 |
commit | f462f9c7e04713ce9a4b095e6385c8194a0fda40 (patch) | |
tree | 32096402ec11efb679f363f7771991e63a1adb38 /llvm/tools/lli | |
parent | 52f9d3818b1c4d7b0ccefc4df96cff21bf4cf340 (diff) | |
download | bcm5719-llvm-f462f9c7e04713ce9a4b095e6385c8194a0fda40.tar.gz bcm5719-llvm-f462f9c7e04713ce9a4b095e6385c8194a0fda40.zip |
Whitespace.
llvm-svn: 198927
Diffstat (limited to 'llvm/tools/lli')
-rw-r--r-- | llvm/tools/lli/lli.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index 0227261f485..c90cc87a175 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -250,7 +250,7 @@ namespace { // 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 // file exists. CacheDir defaults to "", in which case objects are cached -// alongside their originating bitcodes. +// alongside their originating bitcodes. // class LLIObjectCache : public ObjectCache { public: @@ -258,7 +258,7 @@ public: // Add trailing '/' to cache dir if necessary. if (!this->CacheDir.empty() && this->CacheDir[this->CacheDir.size() - 1] != '/') - this->CacheDir += '/'; + this->CacheDir += '/'; } virtual ~LLIObjectCache() {} |