death to extraneous \n's.

llvm-svn: 120405
This commit is contained in:
Chris Lattner 2010-11-30 07:20:51 +00:00
parent f27f0b5234
commit 31d8d00187

View File

@ -108,8 +108,7 @@ public:
/// the location, or null if there is no known unique tag.
const MDNode *TBAATag;
explicit Location(const Value *P = 0,
uint64_t S = UnknownSize,
explicit Location(const Value *P = 0, uint64_t S = UnknownSize,
const MDNode *N = 0)
: Ptr(P), Size(S), TBAATag(N) {}