summaryrefslogtreecommitdiff
path: root/src/jit/hwintrinsicArm64.cpp
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-06-02 08:02:29 -0700
committerTanner Gooding <tagoo@outlook.com>2018-06-02 14:23:38 -0700
commit5d52f8c9f62c87909c62aa35a7db37a551951b8d (patch)
tree8ae5a27824e9813b4729be396b0224e054c9b5ad /src/jit/hwintrinsicArm64.cpp
parent460c434e99bddd51fbc8056bac082ac5cb0080ed (diff)
downloadcoreclr-5d52f8c9f62c87909c62aa35a7db37a551951b8d.tar.gz
coreclr-5d52f8c9f62c87909c62aa35a7db37a551951b8d.tar.bz2
coreclr-5d52f8c9f62c87909c62aa35a7db37a551951b8d.zip
Moving the xarch HWIntrtinsicInfo type into its own header file.
Diffstat (limited to 'src/jit/hwintrinsicArm64.cpp')
-rw-r--r--src/jit/hwintrinsicArm64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/hwintrinsicArm64.cpp b/src/jit/hwintrinsicArm64.cpp
index adf01e2296..0a8130e855 100644
--- a/src/jit/hwintrinsicArm64.cpp
+++ b/src/jit/hwintrinsicArm64.cpp
@@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.
#include "jitpch.h"
-#include "hwintrinsicArm64.h"
+#include "hwintrinsic.h"
#ifdef FEATURE_HW_INTRINSICS