mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a warning
llvm-svn: 17431
This commit is contained in:
parent
33ed2c8984
commit
d9696aa7b8
@ -31,7 +31,8 @@ X86VectorEnum llvm::X86Vector = NoSSE;
|
|||||||
/// in a library unless there are references into the library. In particular,
|
/// in a library unless there are references into the library. In particular,
|
||||||
/// it seems that it is not possible to get things to work on Win32 without
|
/// it seems that it is not possible to get things to work on Win32 without
|
||||||
/// this. Though it is unused, do not remove it.
|
/// this. Though it is unused, do not remove it.
|
||||||
extern "C" int X86TargetMachineModule = 0;
|
extern "C" int X86TargetMachineModule;
|
||||||
|
int X86TargetMachineModule = 0;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
cl::opt<bool> NoSSAPeephole("disable-ssa-peephole", cl::init(true),
|
cl::opt<bool> NoSSAPeephole("disable-ssa-peephole", cl::init(true),
|
||||||
|
Loading…
Reference in New Issue
Block a user