diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-01-22 19:53:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-01-22 19:53:00 +0000 |
| commit | aa1212271a3199c16c2e76ffe6efbaec4b10bfb7 (patch) | |
| tree | 516375cd436069db06f1178113b4150e8cf5f4a0 /llvm/lib/System/Win32/Host.inc | |
| parent | fec5470f0376e4019be40fd2b89c1ebc9e63c5af (diff) | |
| download | bcm5719-llvm-aa1212271a3199c16c2e76ffe6efbaec4b10bfb7.tar.gz bcm5719-llvm-aa1212271a3199c16c2e76ffe6efbaec4b10bfb7.zip | |
rename methods in System/Host to be more consistent.
llvm-svn: 62776
Diffstat (limited to 'llvm/lib/System/Win32/Host.inc')
| -rw-r--r-- | llvm/lib/System/Win32/Host.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/System/Win32/Host.inc b/llvm/lib/System/Win32/Host.inc index 7bbf2bd346e..4fabc78adeb 100644 --- a/llvm/lib/System/Win32/Host.inc +++ b/llvm/lib/System/Win32/Host.inc @@ -17,11 +17,11 @@ using namespace llvm; -std::string sys::osName() { +std::string sys::getOSName() { return "Windows"; } -std::string sys::osVersion() { +std::string sys::getOSVersion() { OSVERSIONINFO osvi; memset(&osvi, 0, sizeof(osvi)); |

