[CodeGenPrepare] Generalize inserted set from truncs to any inst.
[oota-llvm.git] / test / CodeGen / AArch64 / inline-asm-globaladdress.ll
index ba1bc40a495a1f2fbb9f937f9a93b4c40faeab9c..adebabaa29bec2c81fe6c3b0d870a1787db4a963 100644 (file)
@@ -13,7 +13,7 @@ define void @test_inlineasm_globaladdress() {
 ; CHECK-LABEL: test_inlineasm_globaladdress_offset:
 ; CHECK: b {{_?}}test_symbol+4
 define void @test_inlineasm_globaladdress_offset() {
-  call void asm sideeffect "b $0", "i"(void ()* bitcast (i8* getelementptr (i8* bitcast (void ()* @test_symbol to i8*), i64 4) to void ()*))
+  call void asm sideeffect "b $0", "i"(void ()* bitcast (i8* getelementptr (i8, i8* bitcast (void ()* @test_symbol to i8*), i64 4) to void ()*))
   ret void
 }