Test commit - remove the new line to lib/Target/AArch64/AArch64TargetMachine.cpp.

llvm-svn: 201698
This commit is contained in:
Christian Pirker 2014-02-19 16:58:28 +00:00
parent 9d67c6d5fd
commit bd1eb0db1f
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
using namespace llvm;
extern "C" void LLVMInitializeAArch64Target() {
RegisterTargetMachine<AArch64TargetMachine> X(TheAArch64Target);
}