X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2007-11-04-rip-immediate-constant.ll;h=4618e4b6898093c6da682a39cfa4f9e3ec92746a;hb=5caacef5c1cbd8c710908b2213677311247b7d9f;hp=d1699d5571131c2b484e010bc371b48179d5ad8e;hpb=57edb9588bce544551b3034170eb66c632c3540b;p=oota-llvm.git diff --git a/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll b/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll index d1699d55711..4618e4b6898 100644 --- a/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll +++ b/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll @@ -8,6 +8,6 @@ target triple = "x86_64-pc-linux" define i32 @unknown_bootoption() { entry: - tail call void asm sideeffect "foo ${0:c}\0A", "i,~{dirflag},~{fpsr},~{flags}"( i8* getelementptr ([12 x i8]* @str, i32 0, i64 0) ) + tail call void asm sideeffect "foo ${0:c}\0A", "i,~{dirflag},~{fpsr},~{flags}"( i8* getelementptr ([12 x i8], [12 x i8]* @str, i32 0, i64 0) ) ret i32 undef }