commit | 3f04773f7884c1c7b8b89dddfb177b1f41f54c56 | [log] [tgz] |
---|---|---|
author | Tanya Lattner <tonic@nondot.org> | Tue Feb 19 01:41:04 2008 +0000 |
committer | Tanya Lattner <tonic@nondot.org> | Tue Feb 19 01:41:04 2008 +0000 |
tree | 8c66730e481d8ce70c0a8e082bfdbadc0badcc4b | |
parent | 22011e90c992533411d2efc17f5efd365a636117 [diff] [blame] |
Remove llvm-upgrade and update tests. llvm-svn: 47296
diff --git a/llvm/test/CodeGen/CBackend/2002-10-16-External.ll b/llvm/test/CodeGen/CBackend/2002-10-16-External.ll index d60a3d8..d40cbda 100644 --- a/llvm/test/CodeGen/CBackend/2002-10-16-External.ll +++ b/llvm/test/CodeGen/CBackend/2002-10-16-External.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=c +; RUN: llvm-as < %s | llc -march=c -%bob = external global int ; <int*> [#uses=2] +@bob = external global i32 ; <i32*> [#uses=0]