summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-23 08:30:10 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-23 08:30:10 +0000
commit1a5812d7da4416090fadb82bd98bed01da70344d (patch)
tree4d2aeb76016dce24e32b0ef7825b2ded42e083e8 /unittests
parente4957fb9b77a4fbdf711b9e5a722d107d86ccc50 (diff)
downloadllvm-1a5812d7da4416090fadb82bd98bed01da70344d.tar.gz
llvm-1a5812d7da4416090fadb82bd98bed01da70344d.tar.bz2
llvm-1a5812d7da4416090fadb82bd98bed01da70344d.tar.xz
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.cpp9
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"