summaryrefslogtreecommitdiff
path: root/utils/llvm.grm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-29 14:50:21 +0000
committerDan Gohman <gohman@apple.com>2010-08-29 14:50:21 +0000
commit8f49168c4c8b24ab4f22eb0eea0ec8bf150263f1 (patch)
tree7dc198baba0a863a4187cba5a2072ab3667f0839 /utils/llvm.grm
parent2b5258c5f936e382acd5f91e2f11bc752bf28fff (diff)
downloadllvm-8f49168c4c8b24ab4f22eb0eea0ec8bf150263f1.tar.gz
llvm-8f49168c4c8b24ab4f22eb0eea0ec8bf150263f1.tar.bz2
llvm-8f49168c4c8b24ab4f22eb0eea0ec8bf150263f1.tar.xz
Don't worry about union types.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm.grm')
-rw-r--r--utils/llvm.grm1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/llvm.grm b/utils/llvm.grm
index f97c0d147a..9d6bdf79f5 100644
--- a/utils/llvm.grm
+++ b/utils/llvm.grm
@@ -9,7 +9,6 @@ IR that is semantically valid. Most of the IR produced doesn't
pass the Verifier.
TODO: Metadata, in all its forms
-TODO: Union types
*)