From afda71e9118db7c009433fbb02c38ab7356b4bea Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 23 Jan 2013 08:30:10 +0000 Subject: DominatorTreeTest.cpp: Add the file header. llvm-svn: 173233 --- llvm/unittests/IR/DominatorTreeTest.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'llvm/unittests/IR/DominatorTreeTest.cpp') diff --git a/llvm/unittests/IR/DominatorTreeTest.cpp b/llvm/unittests/IR/DominatorTreeTest.cpp index 3a527adbc00..a378f2c461e 100644 --- a/llvm/unittests/IR/DominatorTreeTest.cpp +++ b/llvm/unittests/IR/DominatorTreeTest.cpp @@ -1,3 +1,12 @@ +//===- llvm/unittests/IR/DominatorTreeTest.cpp - Constants unit tests -----===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include "llvm/Analysis/Dominators.h" #include "llvm/Assembly/Parser.h" #include "llvm/IR/Instructions.h" -- cgit v1.2.3