OSDN Git Service

Fix MSVC2012 build error in UseListOrder.cpp
authorHans Wennborg <hans@hanshq.net>
Fri, 25 Jul 2014 16:22:13 +0000 (16:22 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 25 Jul 2014 16:22:13 +0000 (16:22 +0000)
commitd72804ad7633da3d07b11fd16e5d19fb8d393e1d
tree6ca7bb43c5cdc641c31f98a18cd360222ccafac1
parent17cb4cb5a37dddf858629ea0181179acaf8c695f
Fix MSVC2012 build error in UseListOrder.cpp

I think the compiler got confused by the nested DEBUG macros.
It was failing with:

  UseListOrder.cpp(80) : error C2059: syntax error : '}'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/UseListOrder.cpp