Add a !patsubst operator. Use on string types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene
2009-06-08 23:05:37 +00:00
parent 2e7ccfce98
commit 0d973999f3
8 changed files with 97 additions and 3 deletions
+1 -1
View File
@@ -2025,7 +2025,7 @@ void CodeGenDAGPatterns::ParsePatterns() {
}
}
else {
ListTy - TArg->getType();
ListTy = TArg->getType();
}
}
ListInit *LI = new ListInit(Values, new ListRecTy(ListTy));