1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

This pass didn't want the inline cost per-se, it just wants generic code

metrics.

llvm-svn: 152760
This commit is contained in:
Chandler Carruth 2012-03-15 00:29:10 +00:00
parent ce99284273
commit 0720a328f7

View File

@ -32,7 +32,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Instructions.h"
#include "llvm/Analysis/InlineCost.h"
#include "llvm/Analysis/CodeMetrics.h"
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/LoopPass.h"