hanchenye-llvm-project/clang/lib/Analysis/Dominators.cpp

15 lines
447 B
C++
Raw Normal View History

//===- Dominators.cpp - Implementation of dominators tree for Clang CFG ---===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "clang/Analysis/Analyses/Dominators.h"
using namespace clang;
void DominatorTree::anchor() {}