X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fbugpoint%2FOptimizerDriver.cpp;h=424a7aad140a96a7827dfdece1bd93906566af7d;hp=9b855bedfc936f5e73e966dc957e1605cce75f59;hb=7c0e022c5c4be4b11e199a53f73bbdd84e34aa80;hpb=3ab71367d0313898ffa0389408105bd660d042b8 diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index 9b855bedfc9..424a7aad140 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -1,4 +1,12 @@ //===- OptimizerDriver.cpp - Allow BugPoint to run passes safely ----------===// +// +// The LLVM Compiler Infrastructure +// +// This file was developed by the LLVM research group and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// // // This file defines an interface that allows bugpoint to run various passes // without the threat of a buggy pass corrupting bugpoint (of course, bugpoint