commit | a76eab433a6c7f059b7044fb05a29721ebe30745 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Nov 14 19:40:38 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Nov 14 19:40:38 2010 +0000 |
tree | 86c4f51b2a85b1c6845819eed831d6635dae1466 | |
parent | a4113464f30edcf3d82ed669e2926ee297e7c78e [diff] [blame] |
stub out a powerpc MCInstPrinter implementation. llvm-svn: 119059
diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile index addcf49..484aa98 100644 --- a/llvm/lib/Target/PowerPC/Makefile +++ b/llvm/lib/Target/PowerPC/Makefile
@@ -18,6 +18,6 @@ PPCGenInstrInfo.inc PPCGenDAGISel.inc \ PPCGenSubtarget.inc PPCGenCallingConv.inc -DIRS = TargetInfo +DIRS = InstPrinter TargetInfo include $(LEVEL)/Makefile.common