Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / test / Linker / 2004-05-07-TypeResolution1.ll
index f0ade337138a2789e0a3c015a796e99ee93d3c06..4cff9ace430a636dd5ba966fffbbbd9151c11515 100644 (file)
@@ -30,6 +30,6 @@ declare void @func(%struct2*)
 
 define void @tty_init() {
 entry:
-       volatile store void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
+       store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
        ret void
 }