[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 97e2b2: Fix build failure with LLVM trunk



  Branch: refs/heads/llvm-svn-compatible
  Home:   https://github.com/csmith-project/creduce
  Commit: 97e2b29956adbe61973228ef7d8bff28e83d04d4
      https://github.com/csmith-project/creduce/commit/97e2b29956adbe61973228ef7d8bff28e83d04d4
  Author: Yang Chen <chenyang@cs.utah.edu>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M clang_delta/TransformationManager.cpp

  Log Message:
  -----------
  Fix build failure with LLVM trunk

Patch provided by Markus Trippelsdorf. Thanks!

"InputKind was refactored in Clang r301442.

The IK_Preprocessed* comparisons are superfluous now and can be dropped."