]> granicus.if.org Git - llvm/commit
[TableGen] Replace InfoByHwMode::getAsString with writeToStream
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 22 Sep 2017 18:29:37 +0000 (18:29 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 22 Sep 2017 18:29:37 +0000 (18:29 +0000)
commitbbd7d72ffd76b502d80f8c12665d007537e49ca3
tree940f977d0c11de715617139e6146faa40eb09fa9
parent55d3e2aced7d0c2adfc76eec4de4ef31d55777d3
[TableGen] Replace InfoByHwMode::getAsString with writeToStream

Also add operator<< for use with raw_ostream to InfoByHwMode and its
derived classes.

Recommitting r313989 with the fix for unresolved references: explicitly
define the operator<< in namespace llvm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314004 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/InfoByHwMode.cpp
utils/TableGen/InfoByHwMode.h