diff options
Diffstat (limited to 'test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll')
-rw-r--r-- | test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll b/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll deleted file mode 100644 index 54e0aa6..0000000 --- a/test/CodeGen/CBackend/2002-10-30-FunctionPointerAlloca.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llc < %s -march=c - - %BitField = type i32 - %tokenptr = type i32* - -define void @test() { - %pmf1 = alloca %tokenptr (%tokenptr, i8*)* ; <%tokenptr (%tokenptr, i8*)**> [#uses=0] - ret void -} - |