mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 12:09:38 +00:00
Fixed 80 col. violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dcc8b4f5d3
commit
0a8cabb178
@ -76,7 +76,8 @@ public:
|
||||
ImmutableMap GetEmptyMap() { return ImmutableMap(F.GetEmptyTree()); }
|
||||
|
||||
ImmutableMap Add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
|
||||
return ImmutableMap(F.Add(Old.Root,std::make_pair<key_type,data_type>(K,D)));
|
||||
return ImmutableMap(F.Add(Old.Root,
|
||||
std::make_pair<key_type,data_type>(K,D)));
|
||||
}
|
||||
|
||||
ImmutableMap Remove(ImmutableMap Old, key_type_ref K) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user