[PATCH] D36331: Add ARC backend
Eugene Zelenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 13:34:50 PDT 2017
Eugene.Zelenko added inline comments.
================
Comment at: llvm/lib/Target/ARC/ARC.td:1
+//===-- ARC.td - Describe the ARC Target Machine -----------*- tablegen -*-===//
+// Copyright 2017-present Synopsys, Inc.
----------------
One leading -, please.
================
Comment at: llvm/lib/Target/ARC/ARCExpandPseudos.cpp:40
+ void ExpandStore(MachineFunction &, MachineBasicBlock::iterator);
+ const ARCInstrInfo *TII;
+};
----------------
Please separate method from data with empty line.
https://reviews.llvm.org/D36331
More information about the llvm-commits
mailing list