diff options
Diffstat (limited to 'test/CodeGen/XCore/private.ll')
-rw-r--r-- | test/CodeGen/XCore/private.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/XCore/private.ll b/test/CodeGen/XCore/private.ll index c595a6df49..537d63b903 100644 --- a/test/CodeGen/XCore/private.ll +++ b/test/CodeGen/XCore/private.ll @@ -6,8 +6,6 @@ ; RUN: grep .Lbaz: %t ; RUN: grep ldw.*\.Lbaz %t -declare void @foo() - define private void @foo() { ret void } |