aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs')
-rw-r--r--src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs b/src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs
index 302bf4d3..16054c61 100644
--- a/src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs
+++ b/src/ARMeilleure/CodeGen/X86/IntrinsicInfo.cs
@@ -3,7 +3,7 @@ namespace ARMeilleure.CodeGen.X86
readonly struct IntrinsicInfo
{
public X86Instruction Inst { get; }
- public IntrinsicType Type { get; }
+ public IntrinsicType Type { get; }
public IntrinsicInfo(X86Instruction inst, IntrinsicType type)
{
@@ -11,4 +11,4 @@ namespace ARMeilleure.CodeGen.X86
Type = type;
}
}
-} \ No newline at end of file
+}