Revert part of GCC warning fix to fix debug build.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 5 Dec 2013 20:02:18 +0000 (20:02 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 5 Dec 2013 20:02:18 +0000 (20:02 +0000)
commitd4deecd3c7de196068fb2d869dc4497d31c813dd
tree7c312eab8e6a58f06618602b2e308bbd45107bbb
parent5024536352f8473e3b3115361e0e78ed22f873d5
Revert part of GCC warning fix to fix debug build.

The typedef is used inside the DEBUG(), and apparently can't be moved
inside of it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196528 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBlockPlacement.cpp