[llvm-commits] [124236] add missing #include

clattner at apple.com clattner at apple.com
Fri Feb 23 20:36:02 PST 2007


Revision: 124236
Author:   clattner
Date:     2007-02-23 20:35:59 -0800 (Fri, 23 Feb 2007)

Log Message:
-----------
add missing #include

Modified Paths:
--------------
    apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp

Modified: apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp
===================================================================
--- apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp	2007-02-24 04:31:35 UTC (rev 124235)
+++ apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp	2007-02-24 04:35:59 UTC (rev 124236)
@@ -30,6 +30,10 @@
 #include "llvm/Intrinsics.h"
 #include "llvm/Module.h"
 
+extern "C" {
+#include "toplev.h"
+}
+
 /* MergeIntPtrOperand - This merges the int and pointer operands of a GCC
  * intrinsic into a single operand for the LLVM intrinsic.  For example, this
  * turns LVX(4, p) -> llvm.lvx(gep P, 4).  OPNUM specifies the operand number





More information about the llvm-commits mailing list