[all-commits] [llvm/llvm-project] b1a7a2: [NFC][MC] Rename alignBranches* to emitInstruction*
KanRobert via All-commits
all-commits at lists.llvm.org
Mon Mar 16 02:15:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1a7a245ec24ba3a1bc482897a8f735785ea5983
https://github.com/llvm/llvm-project/commit/b1a7a245ec24ba3a1bc482897a8f735785ea5983
Author: Shengchen Kan <shengchen.kan at intel.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M llvm/include/llvm/MC/MCAsmBackend.h
M llvm/lib/MC/MCObjectStreamer.cpp
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Log Message:
-----------
[NFC][MC] Rename alignBranches* to emitInstruction*
alignBranches is X86 specific, change the name in a
more general one since other target can do some state
chang before and after emitting the instruction.
More information about the All-commits
mailing list