diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-19 20:04:19 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-19 20:04:19 +0000 |
commit | b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db (patch) | |
tree | b5f517f9a28145dab82a7f2ec667dda37d60ebb4 /llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td | |
parent | 34c5f1be0d84001c9fbebe694102c1154e060583 (diff) | |
download | bcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.tar.gz bcm5719-llvm-b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db.zip |
llvmc: Update examples.
llvm-svn: 111553
Diffstat (limited to 'llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td')
-rw-r--r-- | llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td b/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td deleted file mode 100644 index febb9ad374e..00000000000 --- a/llvm/tools/llvmc/example/Skeleton/plugins/Plugin/Plugin.td +++ /dev/null @@ -1,7 +0,0 @@ -//===- Plugin.td - A skeleton plugin for LLVMC -------------*- tablegen -*-===// -// -// Write the code for your plugin here. -// -//===----------------------------------------------------------------------===// - -include "llvm/CompilerDriver/Common.td" |