summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-02-07 15:43:09 +0000
committerRenato Golin <renato.golin@linaro.org>2016-02-07 15:43:09 +0000
commit1cf4c0a6ee24807db3285537f2dc03f85e1945f5 (patch)
tree0b48c751524ec305160d5624ea913d0eac8126ff /clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
parentf03808162b5deeddfcd3e4859ea45e2976ef49fe (diff)
downloadbcm5719-llvm-1cf4c0a6ee24807db3285537f2dc03f85e1945f5.tar.gz
bcm5719-llvm-1cf4c0a6ee24807db3285537f2dc03f85e1945f5.zip
Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices."
This reverts commit r259985, as it still fails one buildbot. llvm-svn: 260036
Diffstat (limited to 'clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp')
-rw-r--r--clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp b/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
deleted file mode 100644
index 314a4b54494..00000000000
--- a/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-//===---- CGOpenMPRuntimeNVPTX.cpp - Interface to OpenMP NVPTX Runtimes ---===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This provides a class for OpenMP runtime code generation specialized to NVPTX
-// targets.
-//
-//===----------------------------------------------------------------------===//
-
-#include "CGOpenMPRuntimeNVPTX.h"
-
-using namespace clang;
-using namespace CodeGen;
-
-CGOpenMPRuntimeNVPTX::CGOpenMPRuntimeNVPTX(CodeGenModule &CGM)
- : CGOpenMPRuntime(CGM) {}
OpenPOWER on IntegriCloud