Add missing includes/decls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eli Friedman
2011-11-04 18:45:34 +00:00
parent abe776a794
commit 84a6126937
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
namespace llvm {
class MachineFunction;
class StringRef;
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
namespace FloatABI {