summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-29 21:55:38 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-29 21:55:38 +0000
commitd123099abc47bc345b69519a2f2b1abef3622df1 (patch)
treed79a9708205d0888ff9d3d23d061717159b4d2e8 /llvm/lib/Support/Unix
parent7ac447fdfc42da16951915b59e9c57f2a25daa8a (diff)
downloadbcm5719-llvm-d123099abc47bc345b69519a2f2b1abef3622df1.tar.gz
bcm5719-llvm-d123099abc47bc345b69519a2f2b1abef3622df1.zip
Make file_status::getUniqueID const.
llvm-svn: 187383
Diffstat (limited to 'llvm/lib/Support/Unix')
-rw-r--r--llvm/lib/Support/Unix/Path.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc
index 0c4518c7493..4dcfa094a7b 100644
--- a/llvm/lib/Support/Unix/Path.inc
+++ b/llvm/lib/Support/Unix/Path.inc
@@ -293,7 +293,7 @@ TimeValue file_status::getLastModificationTime() const {
return Ret;
}
-UniqueID file_status::getUniqueID() {
+UniqueID file_status::getUniqueID() const {
return UniqueID(fs_st_dev, fs_st_ino);
}
OpenPOWER on IntegriCloud