diff options
Diffstat (limited to 'test/CodeGen/ARM/ehabi-no-landingpad.ll')
| -rw-r--r-- | test/CodeGen/ARM/ehabi-no-landingpad.ll | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/CodeGen/ARM/ehabi-no-landingpad.ll b/test/CodeGen/ARM/ehabi-no-landingpad.ll deleted file mode 100644 index d5c74c5764dd..000000000000 --- a/test/CodeGen/ARM/ehabi-no-landingpad.ll +++ /dev/null @@ -1,17 +0,0 @@ -; RUN: llc < %s -mtriple=armv7-unknown-linux-gnueabi | FileCheck %s - -target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:64-n32-S64" -target triple = "armv7-unknown-linux-gnueabi" - -define void @_Z4testv() { -; CHECK: _Z4testv -; CHECK: .fnstart -; CHECK: .size -; CHECK-NOT: .handlerdata -; CHECK: .fnend -entry: - call void @_Z15throw_exceptionv() - ret void -} - -declare void @_Z15throw_exceptionv() |
