Commit 7a2f16d2 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Merging r258318:

------------------------------------------------------------------------
r258318 | sgundapa | 2016-01-20 07:41:30 -0800 (Wed, 20 Jan 2016) | 2 lines

Fix the error in non-asserts Release mode build. NFC

------------------------------------------------------------------------

llvm-svn: 259541
parent 98ef1428
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3406,6 +3406,8 @@ mapToDimension(__isl_take isl_union_set *USet, int N) {

  auto Res = isl_union_set_foreach_set(USet, &mapToDimension_AddSet, &Data);

  (void)Res;

  assert(Res == isl_stat_ok);

  isl_union_set_free(USet);