From: Dan Gohman Date: Sun, 29 Aug 2010 14:50:21 +0000 (+0000) Subject: Don't worry about union types. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f49168c4c8b24ab4f22eb0eea0ec8bf150263f1;p=oota-llvm.git Don't worry about union types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvm.grm b/utils/llvm.grm index f97c0d147ae..9d6bdf79f53 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 *)