ARM: Default to Swift when compiling for iOS 6 or later.
[oota-llvm.git] / test / CodeGen / ARM / struct_byval.ll
index 012b9948537eaa85c0f4b960ff03ef26a10a9701..0b3d7afe6cdf0e767a77ffd9a9d6bb200c29bbf8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv7-apple-ios6.0 | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-apple-ios6.0 -mcpu=generic| FileCheck %s
 
 ; rdar://9877866
 %struct.SmallStruct = type { i32, [8 x i32], [37 x i8] }