The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / test / Analysis / Profiling / edge-profiling.ll
index 0d584469503f0e9f80a895bce9bae8b7e54fb2d9..cbaf47617fb6ced98b8db1701508b0e015d24191 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -insert-edge-profiling | llvm-dis | tee %t1 | FileCheck %s
+; Test the edge profiling instrumentation.
+; RUN: opt < %s -insert-edge-profiling -S | FileCheck %s
 
 ; ModuleID = '<stdin>'