Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
6e78a8cc
"include/ck/utility/array.hpp" did not exist on "bbcb67d0aac81b51336981713662a726875ebd58"
Commit
6e78a8cc
authored
Jun 03, 2022
by
charlie
Browse files
Remove unnecessary declaration
parent
73642bb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/instruction.cpp
src/instruction.cpp
+0
-2
No files found.
src/instruction.cpp
View file @
6e78a8cc
...
...
@@ -74,8 +74,6 @@ bool operator==(const instruction& i, instruction_ref ref)
return
std
::
addressof
(
i
)
==
std
::
addressof
(
*
ref
);
}
static
void
debug_name
(
std
::
ostream
&
os
,
const
instruction
&
ins
);
bool
instruction
::
valid
(
const
module
&
m
,
bool
check_order
)
const
{
return
valid
()
&&
std
::
all_of
(
arguments
.
begin
(),
arguments
.
end
(),
[
&
](
instruction_ref
i
)
{
...
...
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