Make IRBuilder support StringRef for building strings.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 12 Apr 2011 00:29:07 +0000 (00:29 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 12 Apr 2011 00:29:07 +0000 (00:29 +0000)
commitcb4e4eae1afaa243c0654bc5dd668f9eb5085f06
tree33579950a93393c3f035e5d3bc8d1d1e399a30df
parent7cbf92d1d9945c35d1021458280bb7984f796a01
Make IRBuilder support StringRef for building strings.

Also document that the global variables produced are mergable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129330 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/IRBuilder.h
lib/VMCore/IRBuilder.cpp