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
0404dc11
Commit
0404dc11
authored
16 years ago
by
Dale Johannesen
Browse files
Options
Downloads
Patches
Plain Diff
Need this file too.
llvm-svn: 63674
parent
abf66b83
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/lib/Target/X86/X86ISelLowering.h
+2
-2
2 additions, 2 deletions
llvm/lib/Target/X86/X86ISelLowering.h
with
2 additions
and
2 deletions
llvm/lib/Target/X86/X86ISelLowering.h
+
2
−
2
View file @
0404dc11
...
@@ -612,12 +612,12 @@ namespace llvm {
...
@@ -612,12 +612,12 @@ namespace llvm {
void
ReplaceATOMIC_BINARY_64
(
SDNode
*
N
,
SmallVectorImpl
<
SDValue
>
&
Results
,
void
ReplaceATOMIC_BINARY_64
(
SDNode
*
N
,
SmallVectorImpl
<
SDValue
>
&
Results
,
SelectionDAG
&
DAG
,
unsigned
NewOp
);
SelectionDAG
&
DAG
,
unsigned
NewOp
);
SDValue
EmitTargetCodeForMemset
(
SelectionDAG
&
DAG
,
SDValue
EmitTargetCodeForMemset
(
SelectionDAG
&
DAG
,
DebugLoc
dl
,
SDValue
Chain
,
SDValue
Chain
,
SDValue
Dst
,
SDValue
Src
,
SDValue
Dst
,
SDValue
Src
,
SDValue
Size
,
unsigned
Align
,
SDValue
Size
,
unsigned
Align
,
const
Value
*
DstSV
,
uint64_t
DstSVOff
);
const
Value
*
DstSV
,
uint64_t
DstSVOff
);
SDValue
EmitTargetCodeForMemcpy
(
SelectionDAG
&
DAG
,
SDValue
EmitTargetCodeForMemcpy
(
SelectionDAG
&
DAG
,
DebugLoc
dl
,
SDValue
Chain
,
SDValue
Chain
,
SDValue
Dst
,
SDValue
Src
,
SDValue
Dst
,
SDValue
Src
,
SDValue
Size
,
unsigned
Align
,
SDValue
Size
,
unsigned
Align
,
...
...
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