summaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
authorSean Hunt <rideau3@gmail.com>2010-05-05 04:13:08 +0000
committerSean Hunt <rideau3@gmail.com>2010-05-05 04:13:08 +0000
commit84e2f959b770c4271f97eb29e36d62ba2f598af3 (patch)
treeb939e652f3e7e33b6d82416c04fd62d1e1480640 /utils/TableGen/Makefile
parent4aad88d1fd88413029dd05255306b07cb19396ee (diff)
downloadllvm-84e2f959b770c4271f97eb29e36d62ba2f598af3.tar.gz
llvm-84e2f959b770c4271f97eb29e36d62ba2f598af3.tar.bz2
llvm-84e2f959b770c4271f97eb29e36d62ba2f598af3.tar.xz
Add an emitter to handle the list of clang statement nodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-rw-r--r--utils/TableGen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 7ea88de055..f27cd99578 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -1,10 +1,10 @@
##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
-#
+#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
-#
+#
##===----------------------------------------------------------------------===##
LEVEL = ../..