diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll b/test/CodeGen/CBackend/2002-08-19-FunctionPointer.ll deleted file mode 100644 index 10b9fe2..0000000 --- a/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 - |