aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/CodeGen/LazyLiveness.h3
-rw-r--r--lib/CodeGen/LazyLiveness.cpp3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/LazyLiveness.h b/include/llvm/CodeGen/LazyLiveness.h
index 702ba142c5..82e4a153d5 100644
--- a/include/llvm/CodeGen/LazyLiveness.h
+++ b/include/llvm/CodeGen/LazyLiveness.h
@@ -59,4 +59,5 @@ private:
}
-#endif \ No newline at end of file
+#endif
+
diff --git a/lib/CodeGen/LazyLiveness.cpp b/lib/CodeGen/LazyLiveness.cpp
index 403e0c62f4..3ccccd5f5c 100644
--- a/lib/CodeGen/LazyLiveness.cpp
+++ b/lib/CodeGen/LazyLiveness.cpp
@@ -150,4 +150,5 @@ bool LazyLiveness::vregLiveIntoMBB(unsigned vreg, MachineBasicBlock* MBB) {
}
return false;
-} \ No newline at end of file
+}
+