diff options
Diffstat (limited to 'test/CodeGen/CellSPU/private.ll')
-rw-r--r-- | test/CodeGen/CellSPU/private.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/CellSPU/private.ll b/test/CodeGen/CellSPU/private.ll index 56f72e75b16ab..1d933adac939f 100644 --- a/test/CodeGen/CellSPU/private.ll +++ b/test/CodeGen/CellSPU/private.ll @@ -6,9 +6,6 @@ ; RUN: grep .Lbaz: %t ; RUN: grep ila.*\.Lbaz %t - -declare void @foo() - define private void @foo() { ret void } |