forked from OSchip/llvm-project
parent
18a584b56c
commit
8161046f9e
|
@ -75,8 +75,6 @@ namespace llvm {
|
||||||
}
|
}
|
||||||
bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
|
bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef DebugLoc NewDebugLoc;
|
|
||||||
} // end namespace llvm
|
} // end namespace llvm
|
||||||
|
|
||||||
#endif /* LLVM_DEBUGLOC_H */
|
#endif /* LLVM_DEBUGLOC_H */
|
||||||
|
|
Loading…
Reference in New Issue