From: Bill Wendling Date: Tue, 9 Jun 2009 18:49:42 +0000 (+0000) Subject: I'm going to assume that this was meant to be an assignment instead of a X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ee1f6b0fc5cec6d8c65acac7485a70d9ab971d7f;p=oota-llvm.git I'm going to assume that this was meant to be an assignment instead of a computation that isn't used. Please correct this if it's wrong! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73139 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/CodeGenDAGPatterns.cpp b/utils/TableGen/CodeGenDAGPatterns.cpp index 05bbc0a7fdb..e668468772c 100644 --- a/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/utils/TableGen/CodeGenDAGPatterns.cpp @@ -2025,7 +2025,7 @@ void CodeGenDAGPatterns::ParsePatterns() { } } else { - ListTy - TArg->getType(); + ListTy = TArg->getType(); } } ListInit *LI = new ListInit(Values, new ListRecTy(ListTy));