| commit | d49fe1b6bc4615684c2ec71140a21e9c4cd69ce3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Jan 28 01:28:58 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Jan 28 01:28:58 2010 +0000 |
| tree | 8cd572db61902f22106a3378d405a4d9be3ff03a | |
| parent | bec487767c3e0a376eed7c37773c88d6fcc8e4d9 [diff] [blame] |
Give AsmPrinter the most common expected implementation of runOnMachineFunction, and switch PPC to use EmitFunctionBody. The two ppc asmprinters now don't heave to define runOnMachineFunction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94722 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll index db2ab87..a05245d 100644 --- a/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll +++ b/test/CodeGen/PowerPC/2008-01-25-EmptyFunction.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | grep nop +; RUN: llc < %s -march=ppc32 | grep .byte target triple = "powerpc-apple-darwin8"