aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/IntermediateRepresentation/Instruction.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/IntermediateRepresentation/Instruction.cs')
-rw-r--r--src/ARMeilleure/IntermediateRepresentation/Instruction.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ARMeilleure/IntermediateRepresentation/Instruction.cs b/src/ARMeilleure/IntermediateRepresentation/Instruction.cs
index b55fe1da..9bae8d1f 100644
--- a/src/ARMeilleure/IntermediateRepresentation/Instruction.cs
+++ b/src/ARMeilleure/IntermediateRepresentation/Instruction.cs
@@ -67,6 +67,6 @@ namespace ARMeilleure.IntermediateRepresentation
Phi,
Spill,
SpillArg,
- StoreToContext
+ StoreToContext,
}
-} \ No newline at end of file
+}