X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FInstIterator.h;h=a73d4898c14239110ba1bc733a81f050b8ddc108;hb=cf0db29df20d9c665da7e82bb261bdd7cf7f1b2b;hp=f3ce6490fb66691505d4e903cfd9eeb1b999a089;hpb=7610ba7d241256653b7225245d439646cc1450e5;p=oota-llvm.git diff --git a/include/llvm/IR/InstIterator.h b/include/llvm/IR/InstIterator.h index f3ce6490fb6..a73d4898c14 100644 --- a/include/llvm/IR/InstIterator.h +++ b/include/llvm/IR/InstIterator.h @@ -153,6 +153,6 @@ inline iterator_range inst_range(const Function &F) { return iterator_range(inst_begin(F), inst_end(F)); } -} // End llvm namespace +} // namespace llvm #endif