Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
0c292dbb
Commit
0c292dbb
authored
16 years ago
by
Dan Gohman
Browse files
Options
Downloads
Patches
Plain Diff
Reformat this message to fit in 80 cols.
llvm-svn: 53561
parent
0255531d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/tools/bugpoint/Miscompilation.cpp
+4
-4
4 additions, 4 deletions
llvm/tools/bugpoint/Miscompilation.cpp
with
4 additions
and
4 deletions
llvm/tools/bugpoint/Miscompilation.cpp
+
4
−
4
View file @
0c292dbb
...
@@ -841,10 +841,10 @@ bool BugDriver::debugCodeGenerator() {
...
@@ -841,10 +841,10 @@ bool BugDriver::debugCodeGenerator() {
if
((
void
*
)
cbe
==
(
void
*
)
Interpreter
)
{
if
((
void
*
)
cbe
==
(
void
*
)
Interpreter
)
{
std
::
string
Result
=
executeProgramWithCBE
(
"bugpoint.cbe.out"
);
std
::
string
Result
=
executeProgramWithCBE
(
"bugpoint.cbe.out"
);
std
::
cout
<<
"
\n
*** The C backend cannot match the reference diff, but it "
std
::
cout
<<
"
\n
*** The C backend cannot match the reference diff, but it "
<<
"is used as the 'known good'
\n
code generator, so I can't"
<<
"is used as the
\n
'known good' code generator, so I can't"
<<
" debug it. Perhaps you have a front-end problem?
\n
As a"
<<
" debug it. Perhaps you have a
\n
front-end problem? As a"
<<
" sanity check, I left the result of executing the
program
"
<<
" sanity check, I left the result of executing the
\n
"
<<
"with the C backend
\n
in this file for you: '"
<<
"
program
with the C backend in this file for you: '"
<<
Result
<<
"'.
\n
"
;
<<
Result
<<
"'.
\n
"
;
return
true
;
return
true
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment