summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-04 23:46:04 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-04 23:46:04 +0000
commitb79a7aa54176b6ba7100b09223c97e83e72f4d04 (patch)
tree6e53f8646bf3a8209a41fd81070f93d93ca75e36 /llvm/lib/Support/Windows
parent53430eb8771ee9dc5a36bc69c141da87d2bced83 (diff)
downloadbcm5719-llvm-b79a7aa54176b6ba7100b09223c97e83e72f4d04.tar.gz
bcm5719-llvm-b79a7aa54176b6ba7100b09223c97e83e72f4d04.zip
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
llvm-svn: 171559
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r--llvm/lib/Support/Windows/Process.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Process.inc b/llvm/lib/Support/Windows/Process.inc
index 789ae7ddcea..ad9412852f1 100644
--- a/llvm/lib/Support/Windows/Process.inc
+++ b/llvm/lib/Support/Windows/Process.inc
@@ -116,7 +116,7 @@ void Process::GetTimeUsage(TimeValue &elapsed, TimeValue &user_time,
return;
user_time = getTimeValueFromFILETIME(UserTime);
- sys_time = getTimeValueFromFILETIME(SystemTime);
+ sys_time = getTimeValueFromFILETIME(KernelTime);
}
int Process::GetCurrentUserId()
OpenPOWER on IntegriCloud