aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-06 00:05:18 +0000
committerChris Lattner <sabre@nondot.org>2010-10-06 00:05:18 +0000
commit78caacc2266e504eca315844203b3f727c27fbd0 (patch)
tree943340d7cde8b66df5f8d7def1db421b2fd6cb24 /lib/Bitcode
parent8d978a75b477c0e4861d937096518eebba639e72 (diff)
replace stuff like:
let AsmString = !strconcat( !strconcat(!strconcat(opc, "${p}"), !strconcat(".", dt)), !strconcat("\t", asm)); with: let AsmString = !strconcat(opc, "${p}", ".", dt, "\t", asm); :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode')
0 files changed, 0 insertions, 0 deletions