diff options
Diffstat (limited to 'test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll')
-rw-r--r-- | test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll b/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll deleted file mode 100644 index 99de837..0000000 --- a/test/CodeGen/CBackend/2005-09-27-VolatileFuncPtr.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: llc < %s -march=c | grep {\\* *volatile *\\*} - -@G = external global void ()* ; <void ()**> [#uses=2] - -define void @test() { - volatile store void ()* @test, void ()** @G - volatile load void ()** @G ; <void ()*>:1 [#uses=0] - ret void -} - |