XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / CodeGen / Mips / micromips-rdhwr-directives.ll
index af40a8796824d951a84ad64a3faf3c316e2d6f68..ebe4dddd0124bb6e73b8e1795fb29686691f8646 100644 (file)
@@ -10,6 +10,6 @@ entry:
 ; CHECK: rdhwr
 ; CHECK: .set  pop
 
-  %0 = load i32* @a, align 4
+  %0 = load i32, i32* @a, align 4
   ret i32 %0
 }