diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 08:30:10 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-23 08:30:10 +0000 |
commit | afda71e9118db7c009433fbb02c38ab7356b4bea (patch) | |
tree | 2be7af733ce1bdd919f09456b40ea078a13da274 /llvm/unittests/IR/DominatorTreeTest.cpp | |
parent | eade362f3062e4b2f492c755cc6f002bf15215c1 (diff) | |
download | bcm5719-llvm-afda71e9118db7c009433fbb02c38ab7356b4bea.tar.gz bcm5719-llvm-afda71e9118db7c009433fbb02c38ab7356b4bea.zip |
DominatorTreeTest.cpp: Add the file header.
llvm-svn: 173233
Diffstat (limited to 'llvm/unittests/IR/DominatorTreeTest.cpp')
-rw-r--r-- | llvm/unittests/IR/DominatorTreeTest.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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" |