1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

enable -debug-only=licm

llvm-svn: 20788
This commit is contained in:
Chris Lattner 2005-03-23 21:00:12 +00:00
parent 06fa97abf9
commit 1dbe1592ed

View File

@ -31,6 +31,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "licm"
#include "llvm/Transforms/Scalar.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"