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:
33134c4
)
Don't forget the newline in debug output.
author
Dan Gohman
<gohman@apple.com>
Thu, 25 Sep 2008 17:17:27 +0000
(17:17 +0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 25 Sep 2008 17:17:27 +0000
(17:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56613
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index cbb1762e26b07a5e8ed90222874ed760bd8cd9ed..3c8a6575297ed596fc74fbf914d353ab6c7fc763 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-729,7
+729,7
@@
void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn, MachineFunction &MF,
for (Function::arg_iterator I = Fn.arg_begin(), E = Fn.arg_end();
I != E; ++I, ++j)
if (Fn.paramHasAttr(j, ParamAttr::ByVal)) {
- cerr << "FastISel skips entry block due to byval argument";
+ cerr << "FastISel skips entry block due to byval argument
\n
";
SuppressFastISel = true;
break;
}