summaryrefslogtreecommitdiff
path: root/lib/xray/xray_arm.cc
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-05-12 01:33:55 +0000
committerDean Michael Berris <dberris@google.com>2017-05-12 01:33:55 +0000
commit017000bfead7338536d35c99d5e5b98348bf9fa3 (patch)
tree0c9cbfcd0ce24e77c0bdf651602c4ee77e031484 /lib/xray/xray_arm.cc
parentf9947480f58b10f2460df24287f95357082b6563 (diff)
[XRay][compiler-rt] Fix misspeling of XRaySledEntry
Follow-up to D30630. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/xray/xray_arm.cc')
-rw-r--r--lib/xray/xray_arm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xray/xray_arm.cc b/lib/xray/xray_arm.cc
index 94e1c2638..da4efcdd2 100644
--- a/lib/xray/xray_arm.cc
+++ b/lib/xray/xray_arm.cc
@@ -144,7 +144,7 @@ bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
}
bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
- const XRaySled &Sled)
+ const XRaySledEntry &Sled)
XRAY_NEVER_INSTRUMENT { // FIXME: Implement in arm?
return false;
}