summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/lib/Kernel.cpp
diff options
context:
space:
mode:
authorJason Henline <jhen@google.com>2016-09-06 19:27:00 +0000
committerJason Henline <jhen@google.com>2016-09-06 19:27:00 +0000
commit19eeb37b8c23fb75b7777eb3821fa706b5d0aade (patch)
treeb7392928d57b07e206439bda892a120a382bfe95 /parallel-libs/streamexecutor/lib/Kernel.cpp
parent405c90e6cc5c8a16b4e9e1e0f302e55ff25190a2 (diff)
downloadbcm5719-llvm-19eeb37b8c23fb75b7777eb3821fa706b5d0aade.tar.gz
bcm5719-llvm-19eeb37b8c23fb75b7777eb3821fa706b5d0aade.zip
[SE] Rename PlatformInterfaces to PlatformDevice
Summary: The only interface that we ever plan to have in this file is PlatformDevice, so it makes sense to rename the file to reflect that. Reviewers: jprice Subscribers: parallel_libs-commits Differential Revision: https://reviews.llvm.org/D24269 llvm-svn: 280737
Diffstat (limited to 'parallel-libs/streamexecutor/lib/Kernel.cpp')
-rw-r--r--parallel-libs/streamexecutor/lib/Kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parallel-libs/streamexecutor/lib/Kernel.cpp b/parallel-libs/streamexecutor/lib/Kernel.cpp
index 61305372f18..55a83514f48 100644
--- a/parallel-libs/streamexecutor/lib/Kernel.cpp
+++ b/parallel-libs/streamexecutor/lib/Kernel.cpp
@@ -16,7 +16,7 @@
#include "streamexecutor/Device.h"
#include "streamexecutor/Kernel.h"
-#include "streamexecutor/PlatformInterfaces.h"
+#include "streamexecutor/PlatformDevice.h"
#include "llvm/DebugInfo/Symbolize/Symbolize.h"
OpenPOWER on IntegriCloud