diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-06-09 18:49:42 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-06-09 18:49:42 +0000 |
commit | 98470395e132807f5dd51793f026063026574889 (patch) | |
tree | 69916637940a8373f0a3b5491a1116bc3412bceb /utils | |
parent | f5562a572bed43ce94bd85667f11da4df0b731d2 (diff) | |
download | external_llvm-98470395e132807f5dd51793f026063026574889.zip external_llvm-98470395e132807f5dd51793f026063026574889.tar.gz external_llvm-98470395e132807f5dd51793f026063026574889.tar.bz2 |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/CodeGenDAGPatterns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenDAGPatterns.cpp b/utils/TableGen/CodeGenDAGPatterns.cpp index 05bbc0a..e668468 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)); |