Add methods to StringMap to erase entries by key.
[oota-llvm.git] / test / Transforms / GlobalDCE / basicvariabletest.ll
index 1f5c61b66efe5da804a8a35543ad05a5355495b8..c883e58b84ce4c541d5966bfd50c473bbe153618 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: as < %s | opt -globaldce | dis | not grep global
+; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep global
 
-%X = uninitialized global int
-%Y = internal global int 7
+@X = external global i32
+@Y = internal global i32 7