summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-01-29 00:50:18 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-01-29 00:50:18 +0000
commit4ab3036be05c90609f69e884a79d31c36b9b47de (patch)
tree202e1efdf3ac304e58ab47bf5ab3f8d1ef939903 /llvm/lib/ExecutionEngine
parent7707c5a9857037b305723597d7c638f46a41a942 (diff)
downloadbcm5719-llvm-4ab3036be05c90609f69e884a79d31c36b9b47de.tar.gz
bcm5719-llvm-4ab3036be05c90609f69e884a79d31c36b9b47de.zip
Formatting correction
llvm-svn: 173739
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp b/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
index 3645a4d26a8..7dc295fcbf7 100644
--- a/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
+++ b/llvm/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
@@ -82,8 +82,7 @@ static LineNumberInfo LineStartToIntelJITFormat(
static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress,
uintptr_t Address,
- DILineInfo Line)
-{
+ DILineInfo Line) {
LineNumberInfo Result;
Result.Offset = Address - StartAddress;
OpenPOWER on IntegriCloud