MIR Serialization: Introduce a lexer for machine instructions.
[oota-llvm.git] / test / CodeGen / Mips / brconeqz.ll
index 5586e7b976da44fbeb05c0400304050b051e850f..22c566407528868eb0f83d5d3d2c314a1f4dbea4 100644 (file)
@@ -5,7 +5,7 @@
 
 define void @test() nounwind {
 entry:
-  %0 = load i32* @i, align 4
+  %0 = load i32, i32* @i, align 4
   %cmp = icmp eq i32 %0, 0
   br i1 %cmp, label %if.end, label %if.then
 ; 16:  beqz    ${{[0-9]+}}, $[[LABEL:[0-9A-Ba-b_]+]]