Fix nested namespace with decltype to hopefully work with MSVC
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Nov 2014 21:56:57 +0000 (21:56 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 13 Nov 2014 21:56:57 +0000 (21:56 +0000)
commitfcacc74c7247ae4112bee01719c957dd7093198d
treec67501876500813163ac804857c77d72e187e4e0
parent76d41f8b3219a70f98bd4d44284b2978516cfa8b
Fix nested namespace with decltype to hopefully work with MSVC

Build failed here:
http://lab.llvm.org:8011/builders/lld-x86_64-win7/builds/14629/steps/build_Lld/logs/stdio

So I'm taking a shot in the dark that MSVC (whatever version that is)
can't cope with nested name specifiers with a decltype prefix.

llvm-svn: 221931
llvm/utils/TableGen/CodeGenDAGPatterns.h