X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FX86%2F2012-01-16-mfence-nosse-flags.ll;h=16eef0a28aae9eca10c74f126a4eea7e7b6cc55c;hp=b78c13f9d4e6c1ccbf2dbae281d3b08062b13e7e;hb=90c9a16dbfa347016977fa49b0cfe0db438a9504;hpb=50b88354512d8a6e2f0ab1b746e1a6811f147d19 diff --git a/test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll b/test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll index b78c13f9d4e..16eef0a28aa 100644 --- a/test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll +++ b/test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll @@ -5,7 +5,7 @@ define void @baz() nounwind ssp { entry: - %0 = load i8** @ptr, align 4 + %0 = load i8*, i8** @ptr, align 4 %cmp = icmp eq i8* %0, null fence seq_cst br i1 %cmp, label %if.then, label %if.else