ARM: make sure backend is consistent about exception handling method.
[oota-llvm.git] / test / CodeGen / ARM / sjljehprepare-lower-empty-struct.ll
index 5d015738623af23f3b53535d2f26ba12366478ad..b44b447b3dffb7a9fda78dd2d603976705ee73e2 100644 (file)
@@ -2,6 +2,7 @@
 ; RUN: llc -mtriple=armv7-apple-ios -O1 < %s | FileCheck %s
 ; RUN: llc -mtriple=armv7-apple-ios -O2 < %s | FileCheck %s
 ; RUN: llc -mtriple=armv7-apple-ios -O3 < %s | FileCheck %s
+; RUN: llc -mtriple=armv7k-apple-ios < %s | FileCheck %s
 
 ; SjLjEHPrepare shouldn't crash when lowering empty structs.
 ;