Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftshader
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
swiftshader
Commits
1e11bf65
Commit
1e11bf65
authored
Feb 24, 2015
by
Jim Stichnoth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Subzero: Fix a warning (promoted to an error) under NOASSERT=1 build.
BUG= none R=kschimpf@google.com Review URL:
https://codereview.chromium.org/951283002
parent
cb165ca3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
IceInstX8632.cpp
src/IceInstX8632.cpp
+1
-0
No files found.
src/IceInstX8632.cpp
View file @
1e11bf65
...
...
@@ -480,6 +480,7 @@ void InstX8632Jmp::emitIAS(const Cfg *Func) const {
llvm
::
report_fatal_error
(
"Assembler can't jmp to memory operand"
);
}
}
else
if
(
const
auto
Mem
=
llvm
::
dyn_cast
<
OperandX8632Mem
>
(
Target
))
{
(
void
)
Mem
;
assert
(
Mem
->
getSegmentRegister
()
==
OperandX8632Mem
::
DefaultSegment
);
llvm
::
report_fatal_error
(
"Assembler can't jmp to memory operand"
);
}
else
if
(
const
auto
CR
=
llvm
::
dyn_cast
<
ConstantRelocatable
>
(
Target
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment