From bf320ee335888af71d0f82f0f57f21b4b3531f6d Mon Sep 17 00:00:00 2001 From: Tony Tye Date: Mon, 5 Mar 2018 21:39:41 +0000 Subject: [AMDGPU] Remove unused AMDOpenCL triple environment Differential Revision: https://reviews.llvm.org/D43895 llvm-svn: 326745 --- llvm/lib/Support/Triple.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/Support/Triple.cpp') diff --git a/llvm/lib/Support/Triple.cpp b/llvm/lib/Support/Triple.cpp index bd5743bdf15..5062fc43266 100644 --- a/llvm/lib/Support/Triple.cpp +++ b/llvm/lib/Support/Triple.cpp @@ -232,7 +232,6 @@ StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { case MSVC: return "msvc"; case Itanium: return "itanium"; case Cygnus: return "cygnus"; - case AMDOpenCL: return "amdopencl"; case CoreCLR: return "coreclr"; case OpenCL: return "opencl"; case Simulator: return "simulator"; @@ -523,7 +522,6 @@ static Triple::EnvironmentType parseEnvironment(StringRef EnvironmentName) { .StartsWith("msvc", Triple::MSVC) .StartsWith("itanium", Triple::Itanium) .StartsWith("cygnus", Triple::Cygnus) - .StartsWith("amdopencl", Triple::AMDOpenCL) .StartsWith("coreclr", Triple::CoreCLR) .StartsWith("opencl", Triple::OpenCL) .StartsWith("simulator", Triple::Simulator) -- cgit v1.2.3