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:
4b50156
)
Prototype more accurately
author
Chris Lattner
<sabre@nondot.org>
Mon, 20 Sep 2004 04:43:57 +0000
(
04:43
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 20 Sep 2004 04:43:57 +0000
(
04:43
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16433
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/LevelRaise.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/LevelRaise.cpp
b/lib/Transforms/LevelRaise.cpp
index cc4e69d9acd4e24c043d68b58ef7284c7a22a413..7f8c13125c8a6f283c75a1abd36fc4c9d24259e4 100644
(file)
--- a/
lib/Transforms/LevelRaise.cpp
+++ b/
lib/Transforms/LevelRaise.cpp
@@
-83,7
+83,7
@@
namespace {
}
-Pass *llvm::createRaisePointerReferencesPass() {
+
Function
Pass *llvm::createRaisePointerReferencesPass() {
return new RPR();
}