summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-08-13 12:42:25 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-08-13 12:42:25 +0000
commita3668a3fcd309d9178f1caa78a2c31156bcb7b4f (patch)
treebb89227364c8b96280dcd0df62f4f8e725f41f54 /llvm/lib/IR
parent6153698f26ff8d96e5ca20785e681de3f2e1a68b (diff)
downloadbcm5719-llvm-a3668a3fcd309d9178f1caa78a2c31156bcb7b4f.tar.gz
bcm5719-llvm-a3668a3fcd309d9178f1caa78a2c31156bcb7b4f.zip
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
llvm-svn: 244888
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/Type.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Type.cpp b/llvm/lib/IR/Type.cpp
index 7f65e941f91..fbcd887ec68 100644
--- a/llvm/lib/IR/Type.cpp
+++ b/llvm/lib/IR/Type.cpp
@@ -464,7 +464,6 @@ void StructType::setName(StringRef Name) {
do {
TempStr.resize(NameSize + 1);
- TmpStream.resync();
TmpStream << getContext().pImpl->NamedStructTypesUniqueID++;
IterBool = getContext().pImpl->NamedStructTypes.insert(
OpenPOWER on IntegriCloud