radeon: Fix build with LLVM 3.3

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Armin K 2013-05-02 12:55:05 +02:00 committed by Tom Stellard
parent 4742f9b00b
commit cd84353d57

View file

@ -39,6 +39,7 @@
#include <llvm/PassManager.h>
#include <llvm/ADT/Triple.h>
#include <llvm/Support/CBindingWrapping.h>
#include <llvm/Support/FormattedStream.h>
#include <llvm/Support/Host.h>
#include <llvm/Support/SourceMgr.h>
@ -47,7 +48,6 @@
#include <llvm/Support/Threading.h>
#include <llvm/Target/TargetMachine.h>
#include <llvm/Transforms/Scalar.h>
#include <llvm/Wrap.h>
#include <llvm-c/Target.h>
#include <iostream>