diff options
author | Yuanfang Chen <yuanfang.chen@sony.com> | 2022-02-10 14:17:37 -0800 |
---|---|---|
committer | Yuanfang Chen <yuanfang.chen@sony.com> | 2022-02-10 14:17:37 -0800 |
commit | b380a31de084a540cfa38b72e609b25ea0569bb7 (patch) | |
tree | 9ae6349fdc07f27aa3cfc636fe7cad833ece70f5 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 59ad9650cf66e7ad7503711a46bee7ce2fb76cca (diff) | |
download | llvm-b380a31de084a540cfa38b72e609b25ea0569bb7.zip llvm-b380a31de084a540cfa38b72e609b25ea0569bb7.tar.gz llvm-b380a31de084a540cfa38b72e609b25ea0569bb7.tar.bz2 |
Revert "[clang-cl] Support the /JMC flag"
This reverts commit bd3a1de683f80d174ea9c97000db3ec3276bc022.
Break bots:
https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-windows-x64/b8822587673277278177/overview
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 7e7fb42..7c236a9 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -50,7 +50,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) { initializeIndirectBrExpandPassPass(Registry); initializeInterleavedLoadCombinePass(Registry); initializeInterleavedAccessPass(Registry); - initializeJMCInstrumenterPass(Registry); initializeLiveDebugValuesPass(Registry); initializeLiveDebugVariablesPass(Registry); initializeLiveIntervalsPass(Registry); |