[coco] Add comment of Locatable (#2796)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 10 Jan 2019 01:04:46 +0000 (10:04 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 10 Jan 2019 01:04:46 +0000 (10:04 +0900)
* [coco] Add comment of Locatable

This will add comment for Locatable interface

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* simplify

contrib/coco/core/include/coco/IR/Locatable.h

index aa73da3..b80a4a3 100644 (file)
@@ -22,6 +22,9 @@
 namespace coco
 {
 
+/**
+ * @brief Return the associated instruction if exists.
+  */
 struct Locatable
 {
   virtual ~Locatable() = default;