X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FGeneric%2F2004-05-09-LiveVarPartialRegister.ll;h=8dfdd0172c29a9e1b3b93da63113a02b28fcea22;hb=9eaef595284c567310bc6f0009f83d77a554b881;hp=d4a4cf88ce0cb923bb25d6c3fedb5db4d11c8c5b;hpb=fce288fc9134f0f1055caf0342c023225bd5c379;p=oota-llvm.git diff --git a/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll b/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll index d4a4cf88ce0..8dfdd0172c2 100644 --- a/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll +++ b/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll @@ -3,8 +3,8 @@ @global_long_2 = linkonce global i64 49 ; [#uses=1] define i32 @main() { - %l1 = load i64* @global_long_1 ; [#uses=1] - %l2 = load i64* @global_long_2 ; [#uses=1] + %l1 = load i64, i64* @global_long_1 ; [#uses=1] + %l2 = load i64, i64* @global_long_2 ; [#uses=1] %cond = icmp sle i64 %l1, %l2 ; [#uses=1] %cast2 = zext i1 %cond to i32 ; [#uses=1] %RV = sub i32 1, %cast2 ; [#uses=1]