[Hexagon] Remove unnecessary llvm::, NFC
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 19 Aug 2016 14:10:57 +0000 (14:10 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Fri, 19 Aug 2016 14:10:57 +0000 (14:10 +0000)
llvm-svn: 279244

llvm/lib/Target/Hexagon/BitTracker.cpp

index e3ead28..29b2d9f 100644 (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);