From: Chris Lattner Date: Thu, 23 Oct 2003 16:01:03 +0000 (+0000) Subject: Update test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5139f2b5497be6ab2e64230fc185805831a8542b;p=oota-llvm.git Update test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9414 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CBackend/2002-08-26-IndirectCallTest.ll b/test/CBackend/2002-08-26-IndirectCallTest.ll index 74f5075b750..c8eeb591b75 100644 --- a/test/CBackend/2002-08-26-IndirectCallTest.ll +++ b/test/CBackend/2002-08-26-IndirectCallTest.ll @@ -5,8 +5,8 @@ void %test(int %X) { %Y = add int %X, -1 ; :1 [#uses=3] - %cast100 = cast int %Y to uint ; [#uses=1] - %gep100 = getelementptr int** %taskArray, uint %cast100 ; [#uses=1] + %cast100 = cast int %Y to long ; [#uses=1] + %gep100 = getelementptr int** %taskArray, long %cast100 ; [#uses=1] %fooPtr = load int** %gep100 ; [#uses=1] %cast101 = cast int* %fooPtr to void (int)* ; [#uses=1] call void %cast101( int 1000 ) diff --git a/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll b/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll index 74f5075b750..c8eeb591b75 100644 --- a/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll +++ b/test/CodeGen/CBackend/2002-08-26-IndirectCallTest.ll @@ -5,8 +5,8 @@ void %test(int %X) { %Y = add int %X, -1 ; :1 [#uses=3] - %cast100 = cast int %Y to uint ; [#uses=1] - %gep100 = getelementptr int** %taskArray, uint %cast100 ; [#uses=1] + %cast100 = cast int %Y to long ; [#uses=1] + %gep100 = getelementptr int** %taskArray, long %cast100 ; [#uses=1] %fooPtr = load int** %gep100 ; [#uses=1] %cast101 = cast int* %fooPtr to void (int)* ; [#uses=1] call void %cast101( int 1000 ) diff --git a/test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll b/test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll index a45a3e5cf47..9c27d84992a 100644 --- a/test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll +++ b/test/Transforms/FunctionResolve/2003-05-31-InternalDecl.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -funcresolve | llvm-dis | not grep declare +; RUN: llvm-as < %s | opt -funcresolve | llvm-dis | grep declare declare void %test(...)