diff options
author | Amy Huang <akhuang@google.com> | 2019-04-23 21:12:58 +0000 |
---|---|---|
committer | Amy Huang <akhuang@google.com> | 2019-04-23 21:12:58 +0000 |
commit | fc79ab9857adc96d243cc5ed0a641eef8ef3f253 (patch) | |
tree | 19b9d84f6d3f2f193eccc59cd3318a35ba1ac2f2 /llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | 3cc6d1f542b5643a4284d2e43fd656b714c35abd (diff) | |
download | llvm-fc79ab9857adc96d243cc5ed0a641eef8ef3f253.zip llvm-fc79ab9857adc96d243cc5ed0a641eef8ef3f253.tar.gz llvm-fc79ab9857adc96d243cc5ed0a641eef8ef3f253.tar.bz2 |
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)
buildbot failure.
This reverts commit d07d6d617713bececf57f3547434dd52f0f13f9e and
c774f687b6880484a126ed3e3d737e74c926f0ae.
llvm-svn: 359034
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index fb607bb..30294ae 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -1234,12 +1234,6 @@ bool FastISel::lowerCallTo(CallLoweringInfo &CLI) { if (CLI.NumResultRegs && CLI.CS) updateValueMap(CLI.CS->getInstruction(), CLI.ResultReg, CLI.NumResultRegs); - // Set labels for heapallocsite call. - if (CLI.CS && CLI.CS->getInstruction()->getMetadata("heapallocsite")) { - MDNode *MD = CLI.CS->getInstruction()->getMetadata("heapallocsite"); - MF->addCodeViewHeapAllocSite(CLI.Call, MD); - } - return true; } |