projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e92e7b
)
Trying to fix the Hexagon and debian-fast bots arm32_neon_vcnt_upgrade.ll test.
author
Yaron Keren
<yaron.keren@gmail.com>
Mon, 30 Mar 2015 16:10:39 +0000
(16:10 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Mon, 30 Mar 2015 16:10:39 +0000
(16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233558
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/AutoUpgrade.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/AutoUpgrade.cpp
b/lib/IR/AutoUpgrade.cpp
index 88efef06b72e4a84cfba765f88f459d5e34b49c1..1a74b615321c17d813a57bbddd7c87547f368678 100644
(file)
--- a/
lib/IR/AutoUpgrade.cpp
+++ b/
lib/IR/AutoUpgrade.cpp
@@
-745,7
+745,7
@@
void llvm::UpgradeIntrinsicCall(CallInst *CI, Function *NewFn) {
return;
}
-
llvm::StringRef
Name = CI->getName();
+
std::string
Name = CI->getName();
if (!Name.empty())
CI->setName(Name + ".old");