commit | ed32883b27dfff306f6af15a7126be77d8f8f2e6 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Oct 24 17:07:11 2006 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Oct 24 17:07:11 2006 +0000 |
tree | fed0246e91685b4181e6e4af5c8c6702cd550696 | |
parent | 3f179d24c687d45113c87391f9983e7cba7b240f [diff] [blame] |
fix warning about missing newline at end of file llvm-svn: 31162
diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp index 84f5480..a490ba8 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
@@ -89,4 +89,4 @@ // Can only insert uncond branches so far. assert(Cond.empty() && !FBB && TBB && "Can only handle uncond branches!"); BuildMI(&MBB, Alpha::BR, 1).addMBB(TBB); -} \ No newline at end of file +}