Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / test / Transforms / ConstProp / remtest.ll
index ac9509d5f4ef9d5bfcb6d5ec15acdc63fb724bd6..efd2d48332a2ac17e5af6ecdecb26b4a291bad03 100644 (file)
@@ -1,6 +1,6 @@
 ; Ensure constant propagation of remainder instructions is working correctly.
 
-; RUN: opt %s -constprop -die | llvm-dis | not grep rem
+; RUN: opt < %s -constprop -die -S | not grep rem
 
 define i32 @test1() {
         %R = srem i32 4, 3              ; <i32> [#uses=1]