mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
include/llvm/Analysis/RegionInfo.h: Appease msvc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79240f9539
commit
5258d9f967
@ -523,7 +523,7 @@ public:
|
||||
}
|
||||
|
||||
// Construct the end iterator.
|
||||
block_iterator_wrapper() : super(df_end<pointer>(0)) {}
|
||||
block_iterator_wrapper() : super(df_end<pointer>((BasicBlock *)0)) {}
|
||||
|
||||
/*implicit*/ block_iterator_wrapper(super I) : super(I) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user