Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Lorenzo Albano
LLVM bpEVL
Commits
e2d58f20
Commit
e2d58f20
authored
22 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
Don't apply type information to loads
llvm-svn: 5683
parent
96afad55
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/include/llvm/Analysis/DSNode.h
+2
-1
2 additions, 1 deletion
llvm/include/llvm/Analysis/DSNode.h
with
2 additions
and
1 deletion
llvm/include/llvm/Analysis/DSNode.h
+
2
−
1
View file @
e2d58f20
...
@@ -181,7 +181,8 @@ public:
...
@@ -181,7 +181,8 @@ public:
/// This method returns true if the node is completely folded, otherwise
/// This method returns true if the node is completely folded, otherwise
/// false.
/// false.
///
///
bool
mergeTypeInfo
(
const
Type
*
Ty
,
unsigned
Offset
);
bool
mergeTypeInfo
(
const
Type
*
Ty
,
unsigned
Offset
,
bool
FoldIfIncompatible
=
true
);
/// foldNodeCompletely - If we determine that this node has some funny
/// foldNodeCompletely - If we determine that this node has some funny
/// behavior happening to it that we cannot represent, we fold it down to a
/// behavior happening to it that we cannot represent, we fold it down to a
...
...
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