Revert 189756 for now, it doesn't match what rdar://14871821 really wants.
[oota-llvm.git] / test / CodeGen / ARM / swift-atomics.ll
index 883165fc02445578cb4b64ee052956d7a6e5cc66..1d7181557100a4f788610d1f2a2dfa314307cdf9 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple=armv7-apple-ios6.0 < %s | FileCheck %s
-; RUN: llc -mtriple=armv7-apple-ios6.0 -mcpu=generic < %s | FileCheck %s --check-prefix=CHECK-STRICT-ATOMIC
+; RUN: llc -mtriple=armv7-apple-ios6.0 -mcpu=swift < %s | FileCheck %s
+; RUN: llc -mtriple=armv7-apple-ios6.0 < %s | FileCheck %s --check-prefix=CHECK-STRICT-ATOMIC
 
 ; Release operations only need the store barrier provided by a "dmb ishst",