mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 03:24:09 +00:00
Reverting 63765. This broke the build of both clang
and llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1303,8 +1303,7 @@ void TreePattern::dump() const { print(*cerr.stream()); }
|
||||
|
||||
// FIXME: REMOVE OSTREAM ARGUMENT
|
||||
CodeGenDAGPatterns::CodeGenDAGPatterns(RecordKeeper &R) : Records(R) {
|
||||
Intrinsics = LoadIntrinsics(Records, false);
|
||||
TgtIntrinsics = LoadIntrinsics(Records, true);
|
||||
Intrinsics = LoadIntrinsics(Records);
|
||||
ParseNodeInfo();
|
||||
ParseNodeTransforms();
|
||||
ParseComplexPatterns();
|
||||
|
Reference in New Issue
Block a user