diff options
Diffstat (limited to 'test/CodeGen/CPP/2007-06-16-Funcname.ll')
-rw-r--r-- | test/CodeGen/CPP/2007-06-16-Funcname.ll | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/CPP/2007-06-16-Funcname.ll b/test/CodeGen/CPP/2007-06-16-Funcname.ll deleted file mode 100644 index 71fea12d9c2c9..0000000000000 --- a/test/CodeGen/CPP/2007-06-16-Funcname.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: llc < %s -march=cpp -cppfname=WAKKA | not grep makeLLVMModule -; PR1515 - -define void @foo() { - ret void -} - |