]> granicus.if.org Git - clang/commit
Use the normal switch over getArch() approach and not a long if chain.
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 10 Nov 2015 00:23:12 +0000 (00:23 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 10 Nov 2015 00:23:12 +0000 (00:23 +0000)
commit26f8a3c6557988204355774c008d3b0c1cb6f40e
tree6d14b0ec557ec6f9a4a1a30a984c117cec0d1c17
parentfa59aaf5990de3e140f06d2f1f753615e78cb55e
Use the normal switch over getArch() approach and not a long if chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252562 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp