diff options
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll')
-rw-r--r-- | llvm/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll b/llvm/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll deleted file mode 100644 index 10b9fe22847..00000000000 --- a/llvm/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: llc < %s -march=c - -@fptr = global void ()* @f ;; Forward ref method defn -declare void @f() ;; External method - |