[X86] Remove extra semicolon to placate GCC. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298423 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Davide Italiano 2017-03-21 19:17:23 +00:00
parent 4a0582c127
commit 3a3ac30679

View File

@ -365,7 +365,7 @@ char X86ExecutionDepsFix::ID;
} // end anonymous namespace
INITIALIZE_PASS(X86ExecutionDepsFix, "x86-execution-deps-fix",
"X86 Execution Dependency Fix", false, false);
"X86 Execution Dependency Fix", false, false)
TargetPassConfig *X86TargetMachine::createPassConfig(PassManagerBase &PM) {
return new X86PassConfig(this, PM);