Distribute the weight on the edge from switch to default statement to edges generated...
[oota-llvm.git] / test / CodeGen / ARM / inlineasm-switch-mode.ll
index 29ac598f527a3227548365408bea48050099f054..65fea114d7de81ce2d5a9eb6967828c3e73f172b 100644 (file)
@@ -1,4 +1,4 @@
-;RUN: llc -mtriple=thumbv7-linux-gnueabi -filetype=obj < %s > %t
+;RUN: llc -mtriple=thumbv7-linux-gnueabi < %s | llvm-mc -triple=thumbv7-linux-gnueabi -filetype=obj > %t
 ; Two pass decoding needed because llvm-objdump does not respect mapping symbols
 ;RUN: llvm-objdump -triple=armv7   -d %t | FileCheck %s --check-prefix=ARM
 ;RUN: llvm-objdump -triple=thumbv7 -d %t | FileCheck %s --check-prefix=THUMB