diff options
author | Cong Hou <congh@google.com> | 2015-07-15 17:58:15 +0000 |
---|---|---|
committer | Cong Hou <congh@google.com> | 2015-07-15 17:58:15 +0000 |
commit | 0881fc11984b44b43ebfa2363ad6c82685c6248d (patch) | |
tree | 08f0ddb858ff97e297de53377ed0044e5f8b0eb3 /llvm/lib | |
parent | c19475a8c9c7aa774c23b602a71ef414c706b520 (diff) | |
download | bcm5719-llvm-0881fc11984b44b43ebfa2363ad6c82685c6248d.tar.gz bcm5719-llvm-0881fc11984b44b43ebfa2363ad6c82685c6248d.zip |
Test commit.
This is a test commit (one blank line deleted).
llvm-svn: 242308
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index 2969bad4ff9..d7a7dd1c378 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -1224,4 +1224,3 @@ bool MachineBlockPlacementStats::runOnMachineFunction(MachineFunction &F) { return false; } - |