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 | 1a5812d7da4416090fadb82bd98bed01da70344d (patch) | |
tree | 4d2aeb76016dce24e32b0ef7825b2ded42e083e8 /unittests | |
parent | e4957fb9b77a4fbdf711b9e5a722d107d86ccc50 (diff) |
DominatorTreeTest.cpp: Add the file header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r-- | unittests/IR/DominatorTreeTest.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unittests/IR/DominatorTreeTest.cpp b/unittests/IR/DominatorTreeTest.cpp index 3a527adbc0..a378f2c461 100644 --- a/unittests/IR/DominatorTreeTest.cpp +++ b/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" |