Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
qcor
Commits
c1883de0
Commit
c1883de0
authored
Mar 26, 2019
by
Mccaskey, Alex
Browse files
removing accidental absolute path include
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
25d1e9d3
Pipeline
#43865
passed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
compiler/clang/LambdaVisitor.cpp
View file @
c1883de0
#include "LambdaVisitor.hpp"
#include "/home/project/qcor/runtime/qcor.hpp"
#include "IRProvider.hpp"
#include "XACC.hpp"
...
...
@@ -163,28 +162,8 @@ bool LambdaVisitor::VisitLambdaExpr(LambdaExpr *LE) {
SourceLocation
());
LE
->
getCallOperator
()
->
setBody
(
cmp
);
// std::cout << "CallOperator getType().asstring(): "
// << LE->getCallOperator()->getType().getAsString() << "\n";
// std::cout << "CallOperator getType()->dump(): ";
// LE->getCallOperator()->getType()->dump();
// std::cout << "CallOperator Result Type: "
// << LE->getCallOperator()->getCallResultType().getAsString()
// << "\n";
// std::cout << "CallOperator dump(): ";
// LE->getCallOperator()->dump();
// LE->dump();
// MY GOAL... write function ir to file
// update LE body to
// [](...) {
// return qcor::loadCompiledCircuit(filename);
// }
}
// LE->getCallOperator()->getBody()
// std::cout << "DUMP AGAIN\n";
// LE->getBody()->dump();
return
true
;
}
...
...
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