diff options
author | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-11-09 20:50:58 -0800 |
---|---|---|
committer | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-11-09 20:50:58 -0800 |
commit | c422c2fa2a8a6f4e98f2328ec4441867c373b500 (patch) | |
tree | 858b48e7697ef967468162bb8f5203108ff1ce2e /backend/src/ir/instruction.hxx | |
parent | 3ddd475ba5bc4b795aed1f89d3f941b2eaa26eb6 (diff) |
Started the boiler plate for barrier (and fences) instructions
Improved the comment on the instruction selection
Diffstat (limited to 'backend/src/ir/instruction.hxx')
-rw-r--r-- | backend/src/ir/instruction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/ir/instruction.hxx b/backend/src/ir/instruction.hxx index 57e6f03f..6aedc1f9 100644 --- a/backend/src/ir/instruction.hxx +++ b/backend/src/ir/instruction.hxx @@ -66,6 +66,6 @@ DECL_INSN(LOAD, LoadInstruction) DECL_INSN(STORE, StoreInstruction) DECL_INSN(TYPED_WRITE, TypedWriteInstruction) DECL_INSN(SAMPLE, SampleInstruction) -DECL_INSN(FENCE, FenceInstruction) +DECL_INSN(SYNC, SyncInstruction) DECL_INSN(LABEL, LabelInstruction) |