Skip to content

Commit 0737211

Browse files
test changes
1 parent 40451d8 commit 0737211

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/FlowAware.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ bool IR2Vec_FA::isMemOp(StringRef opcode, unsigned &operand, memOpType op) {
825825
: (op == memWriteOp)
826826
? memWriteOps
827827
: throw std::invalid_argument("Invalid MemoryOperation type");
828-
829828
bool isMemOperand = false;
830829
auto It = map.find(opcode);
831830
if (It != map.end()) {

0 commit comments

Comments
 (0)