Revert 73074 and 73099 because Windows doesn't have POSIX

regular expressions.  We will add an OpenBSD implementation
and re-apply ASAP.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene
2009-06-09 18:31:17 +00:00
parent 92fcdcac54
commit ffc0ab6037
9 changed files with 4 additions and 153 deletions

View File

@ -2025,7 +2025,7 @@ void CodeGenDAGPatterns::ParsePatterns() {
}
}
else {
ListTy = TArg->getType();
ListTy - TArg->getType();
}
}
ListInit *LI = new ListInit(Values, new ListRecTy(ListTy));