aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCAsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-17 22:10:59 +0000
committerChris Lattner <sabre@nondot.org>2006-11-17 22:10:59 +0000
commitdf4ed6350b2a51f71c0980e86c9078f4046ea706 (patch)
treee6bef3b52f6fd6cea6cd434edfaadba53b431e8e /lib/Target/PowerPC/PPCAsmPrinter.cpp
parentb1409ce7ba3cea5e75fd205d4c037638d93cfeaf (diff)
downloadexternal_llvm-df4ed6350b2a51f71c0980e86c9078f4046ea706.zip
external_llvm-df4ed6350b2a51f71c0980e86c9078f4046ea706.tar.gz
external_llvm-df4ed6350b2a51f71c0980e86c9078f4046ea706.tar.bz2
start using PPC predicates more consistently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCAsmPrinter.cpp')
-rw-r--r--lib/Target/PowerPC/PPCAsmPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 41f4121..29a01a3 100644
--- a/lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -18,6 +18,7 @@
#define DEBUG_TYPE "asmprinter"
#include "PPC.h"
+#include "PPCPredicates.h"
#include "PPCTargetMachine.h"
#include "PPCSubtarget.h"
#include "llvm/Constants.h"