summaryrefslogtreecommitdiff
path: root/tools/llvmc2/Common.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-30 06:19:52 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-30 06:19:52 +0000
commit2e73e851d8a4b5abea990011c201dc391e5e04c1 (patch)
tree6ee6babd033cf0eb247f3a8b58c6ecf34408613c /tools/llvmc2/Common.td
parentef4160dff0b348e669a29b1427a2131b53750506 (diff)
downloadllvm-2e73e851d8a4b5abea990011c201dc391e5e04c1.tar.gz
llvm-2e73e851d8a4b5abea990011c201dc391e5e04c1.tar.bz2
llvm-2e73e851d8a4b5abea990011c201dc391e5e04c1.tar.xz
New tests for the 'case' expression: not_empty, in_language.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2/Common.td')
-rw-r--r--tools/llvmc2/Common.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/llvmc2/Common.td b/tools/llvmc2/Common.td
index 364cac3549..a7515b8f0f 100644
--- a/tools/llvmc2/Common.td
+++ b/tools/llvmc2/Common.td
@@ -56,6 +56,8 @@ def switch_on;
def parameter_equals;
def element_in_list;
def input_languages_contain;
+def not_empty;
+// TOTHINK: remove?
def default;
// Boolean operators.