From: Christian Pirker Date: Wed, 19 Feb 2014 16:58:28 +0000 (+0000) Subject: Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb5fe7002aa9276b86581da2220c895a85202a9a;p=oota-llvm.git Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201698 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64TargetMachine.cpp b/lib/Target/AArch64/AArch64TargetMachine.cpp index 85ff38d1e27..60bd3b9665a 100644 --- a/lib/Target/AArch64/AArch64TargetMachine.cpp +++ b/lib/Target/AArch64/AArch64TargetMachine.cpp @@ -22,7 +22,6 @@ using namespace llvm; - extern "C" void LLVMInitializeAArch64Target() { RegisterTargetMachine X(TheAArch64Target); }