mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
death to extraneous \n's.
llvm-svn: 120405
This commit is contained in:
parent
f27f0b5234
commit
31d8d00187
@ -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) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user