[Hexagon] Remove unnecessary llvm::, NFC

llvm-svn: 279244
This commit is contained in:
Krzysztof Parzyszek 2016-08-19 14:10:57 +00:00
parent 75e74ee699
commit 9273ecc176
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ bool BT::reached(const MachineBasicBlock *B) const {
// Visit an individual instruction. This could be a newly added instruction,
// or one that has been modified by an optimization.
void BT::visit(const llvm::MachineInstr &MI) {
void BT::visit(const MachineInstr &MI) {
assert(!MI.isBranch() && "Only non-branches are allowed");
InstrExec.insert(&MI);
visitNonBranch(MI);