summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/2002-10-16-External.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2002-10-16-External.ll')
-rw-r--r--llvm/test/CodeGen/CBackend/2002-10-16-External.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/CBackend/2002-10-16-External.ll b/llvm/test/CodeGen/CBackend/2002-10-16-External.ll
index d60a3d87c1c..d40cbdaa9ad 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]
OpenPOWER on IntegriCloud