[PATCH] D47006: [NFC] fix getOperandNo in PredIterator.
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 01:37:03 PDT 2018
simoll added a comment.
This fixes the following build error (c++ (GCC) 8.1.0):
llvm/include/llvm/IR/CFG.h:83:15: error: ‘const class llvm::Value::user_iterator_impl<const llvm::User>’ has no member named ‘getOperandNo’
return It.getOperandNo();
~~~^~~~~~~~~~~~
Repository:
rL LLVM
https://reviews.llvm.org/D47006
More information about the llvm-commits
mailing list