commit | d1fdbe7c3266c1a2876dd4a628c881ddf62e0149 | [log] [tgz] |
---|---|---|
author | Yaron Keren <yaron.keren@gmail.com> | Mon Mar 30 16:10:39 2015 +0000 |
committer | Yaron Keren <yaron.keren@gmail.com> | Mon Mar 30 16:10:39 2015 +0000 |
tree | 08bacc0783db5d982a7856bbb43bc7711742e795 | |
parent | 21471e0906a16381668184d53f02f465931d3bcb [diff] [blame] |
Trying to fix the Hexagon and debian-fast bots arm32_neon_vcnt_upgrade.ll test. llvm-svn: 233558
diff --git a/llvm/lib/IR/AutoUpgrade.cpp b/llvm/lib/IR/AutoUpgrade.cpp index 88efef0..1a74b61 100644 --- a/llvm/lib/IR/AutoUpgrade.cpp +++ b/llvm/lib/IR/AutoUpgrade.cpp
@@ -745,7 +745,7 @@ return; } - llvm::StringRef Name = CI->getName(); + std::string Name = CI->getName(); if (!Name.empty()) CI->setName(Name + ".old");