mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Fix a typo I happened to notice.
Rename include guards in the "usual" manner. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8695 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ccee296049
commit
02dea4b355
@ -9,13 +9,13 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_INST_ITERATOR_H
|
||||
#define LLVM_INST_ITERATOR_H
|
||||
#ifndef LLVM_SUPPORT_INSTITERATOR_H
|
||||
#define LLVM_SUPPORT_INSTITERATOR_H
|
||||
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/Function.h"
|
||||
|
||||
// This class is implements inst_begin() & inst_end() for
|
||||
// This class implements inst_begin() & inst_end() for
|
||||
// inst_iterator and const_inst_iterator's.
|
||||
//
|
||||
template <class _BB_t, class _BB_i_t, class _BI_t, class _II_t>
|
||||
|
Loading…
x
Reference in New Issue
Block a user