Dominators.cpp revision 234287
12656Srgrimes//=- Dominators.cpp - Implementation of dominators tree for Clang CFG C++ -*-=//
22656Srgrimes//
32656Srgrimes//                     The LLVM Compiler Infrastructure
42656Srgrimes//
52656Srgrimes// This file is distributed under the University of Illinois Open Source
62656Srgrimes// License. See LICENSE.TXT for details.
72656Srgrimes//
82656Srgrimes//===----------------------------------------------------------------------===//
92656Srgrimes
102656Srgrimes#include "clang/Analysis/Analyses/Dominators.h"
112656Srgrimes
122656Srgrimesusing namespace clang;
132656Srgrimes
142656Srgrimesvoid DominatorTree::anchor() { }
152656Srgrimes