Add newline at EOF.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-01-05 13:32:48 +00:00
parent f012705c7e
commit eade002094

View File

@ -838,4 +838,4 @@ Instruction *InstCombiner::visitPHINode(PHINode &PN) {
return Res;
return 0;
}
}