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


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to