[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / DebugInfo / X86 / multiple-at-const-val.ll
index f64d099dea9e62598f4773b68261b91bb76c4af7..b7ec9104ba08b02dc6c3a04fdebd568503313a3b 100644 (file)
@@ -21,7 +21,7 @@
 
 define i32 @main() {
 entry:
-  %call1.i = tail call %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"* @_ZSt4cout, i8* getelementptr inbounds ([6 x i8]* @.str, i64 0, i64 0), i64 5)
+  %call1.i = tail call %"class.std::basic_ostream"* @test(%"class.std::basic_ostream"* @_ZSt4cout, i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i64 0, i64 0), i64 5)
   ret i32 0
 }