Revert "Declare GlobalValue::LinkageTypes based on unsigned."
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 24 Apr 2016 14:13:17 +0000 (14:13 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 24 Apr 2016 14:13:17 +0000 (14:13 +0000)
commitf265dae1a323383a9308d4602f4c255248d18ac2
tree69a74b78c495dcfc5f0e5ca0645246038ec0d101
parentaef3b5b5e2d8bcb321832859464ff11100811609
Revert "Declare GlobalValue::LinkageTypes based on unsigned."

This reverts commit r267335.  The build has been broken for hours
because of it:

  http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/23352/

The correct fix is avoid using any enum in a bitfield.

llvm-svn: 267341
llvm/include/llvm/IR/GlobalValue.h