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
4148ca64
Commit
4148ca64
authored
Jun 14, 2018
by
Paul
Browse files
Formatting
parent
1a4b56e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/program.cpp
src/program.cpp
+1
-4
No files found.
src/program.cpp
View file @
4148ca64
...
...
@@ -12,10 +12,7 @@ struct program_impl
std
::
list
<
instruction
>
instructions
;
};
const
operation
&
get_operation
(
instruction_ref
ins
)
{
return
ins
->
op
;
}
const
operation
&
get_operation
(
instruction_ref
ins
)
{
return
ins
->
op
;
}
program
::
program
()
:
impl
(
std
::
make_unique
<
program_impl
>
())
{}
...
...
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