diff options
| author | Jason Henline <jhen@google.com> | 2016-09-06 19:27:00 +0000 |
|---|---|---|
| committer | Jason Henline <jhen@google.com> | 2016-09-06 19:27:00 +0000 |
| commit | 19eeb37b8c23fb75b7777eb3821fa706b5d0aade (patch) | |
| tree | b7392928d57b07e206439bda892a120a382bfe95 /parallel-libs/streamexecutor/lib/Kernel.cpp | |
| parent | 405c90e6cc5c8a16b4e9e1e0f302e55ff25190a2 (diff) | |
| download | bcm5719-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.cpp | 2 |
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" |

