mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 04:34:41 +00:00
[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:
parent
4a0582c127
commit
3a3ac30679
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user