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)
commit82f490c0ba8b38f898dfa05513fe0eed46c56501
treea8098ca2d46a1a8bd54ba0f5f62515ec48004cd0
parent15eb0ab28d7ee4d95bc9a8c1350811c3c473ba08
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 : '}'

llvm-svn: 213954
llvm/lib/IR/UseListOrder.cpp