Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergzou committed Dec 3, 2015
1 parent 6696d99 commit 741a31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/IRGen/IRGenDebugInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ void IRGenDebugInfo::setCurrentLoc(IRBuilder &Builder, const SILDebugScope *DS,
L = LastDebugLoc;
}

//FIXME: Enable this assertion.
// FIXME: Enable this assertion.
//assert(lineNumberIsSane(Builder, L.Line) &&
// "-Onone, but line numbers are not monotonically increasing within bb");
LastDebugLoc = L;
Expand Down
2 changes: 1 addition & 1 deletion validation-test/stdlib/NumericDiagnostics.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
% all_arithmetic_comparison_operator_names() + all_integer_or_real_assignment_operator_names()

% count = 0
//TODO: Verify the type of the result
// TODO: Verify the type of the result

func testIteratedOperations() {
% for typesToTest, operatorsToTest in zip([all_integer_type_names(), all_numeric_type_names()], \
Expand Down

0 comments on commit 741a31b

Please sign in to comment.