summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Path.cpp
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2014-06-25 13:46:17 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2014-06-25 13:46:17 +0000
commitc0f691df74ad63a15f0f9955e0a08bc715048ada (patch)
tree0d88ee24db070ec1e6f3cc862aefb53f87a96788 /llvm/lib/Support/Path.cpp
parentd9ee196eab5a00e48ef2022a0952d93f5edad2e1 (diff)
downloadbcm5719-llvm-c0f691df74ad63a15f0f9955e0a08bc715048ada.tar.gz
bcm5719-llvm-c0f691df74ad63a15f0f9955e0a08bc715048ada.zip
Code cleanup.
llvm-svn: 211697
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r--llvm/lib/Support/Path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp
index 535394c5b3b..59c37987127 100644
--- a/llvm/lib/Support/Path.cpp
+++ b/llvm/lib/Support/Path.cpp
@@ -927,7 +927,7 @@ void directory_entry::replace_filename(const Twine &filename, file_status st) {
}
/// @brief Identify the magic in magic.
- file_magic identify_magic(StringRef Magic) {
+file_magic identify_magic(StringRef Magic) {
if (Magic.size() < 4)
return file_magic::unknown;
switch ((unsigned char)Magic[0]) {
OpenPOWER on IntegriCloud