diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-10 22:08:18 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-10 22:08:18 +0000 |
commit | 13a7db5b9c4f5e543d037be68ec3428216bfd550 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll | |
parent | 0eb46f5d1e06a4284663d636a74b06adc3a161d7 (diff) | |
parent | 31195f0bdca6ee2a5e72d07edf13e1d81206d949 (diff) | |
download | external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.zip external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.gz external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.bz2 |
am 31195f0b: Merge "Update aosp/master llvm for rebase to r233350"
* commit '31195f0bdca6ee2a5e72d07edf13e1d81206d949':
Update aosp/master llvm for rebase to r233350
Diffstat (limited to 'test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll')
-rw-r--r-- | test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll b/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll index be10ad5..ed64ea9 100644 --- a/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll +++ b/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll @@ -17,7 +17,7 @@ declare hidden fastcc void @_ZN3JSCL23returnToThrowTrampolineEPNS_12JSGlobalData ; CHECK: je define i32 @cti_op_eq(i8** nocapture %args) nounwind ssp { entry: - %0 = load i8** null, align 8 + %0 = load i8*, i8** null, align 8 %tmp13 = bitcast i8* %0 to %"class.JSC::CodeLocationCall"* %tobool.i.i.i = icmp ugt i8* undef, inttoptr (i64 281474976710655 to i8*) %or.cond.i = and i1 %tobool.i.i.i, undef @@ -34,7 +34,7 @@ if.end.i: ; preds = %entry br i1 undef, label %land.rhs.i121.i, label %_ZNK3JSC7JSValue8isStringEv.exit122.i land.rhs.i121.i: ; preds = %if.end.i - %tmp.i.i117.i = load %"class.JSC::Structure"** undef, align 8 + %tmp.i.i117.i = load %"class.JSC::Structure"*, %"class.JSC::Structure"** undef, align 8 br label %_ZNK3JSC7JSValue8isStringEv.exit122.i _ZNK3JSC7JSValue8isStringEv.exit122.i: ; preds = %land.rhs.i121.i, %if.end.i @@ -48,12 +48,12 @@ if.then.i92.i: ; preds = %_ZNK3JSC7JSValue8is _ZN3JSC7JSValue19equalSlowCaseInlineEPNS_9ExecStateES0_S0_.exit: ; preds = %_ZNK3JSC7JSValue8isStringEv.exit122.i, %if.then.i.i.i, %if.then.i - %1 = load i8** undef, align 8 + %1 = load i8*, i8** undef, align 8 br i1 undef, label %do.end39, label %do.body27 do.body27: ; preds = %_ZN3JSC7JSValue19equalSlowCaseInlineEPNS_9ExecStateES0_S0_.exit %tmp30 = bitcast i8* %1 to %"class.JSC::JSGlobalData"* - %2 = getelementptr inbounds i8** %args, i64 -1 + %2 = getelementptr inbounds i8*, i8** %args, i64 -1 %3 = bitcast i8** %2 to %"class.JSC::FunctionPtr"* tail call fastcc void @_ZN3JSCL23returnToThrowTrampolineEPNS_12JSGlobalDataENS_16ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* %tmp30, i8* undef, %"class.JSC::FunctionPtr"* %3) unreachable |