Add support for code generation of the one register with immediate form of vorr.
[oota-llvm.git] / test / Transforms / GlobalDCE / basicvariabletest.ll
index 1f5c61b66efe5da804a8a35543ad05a5355495b8..a97b66de2c63409131569b437f17cc4c84173202 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: as < %s | opt -globaldce | dis | not grep global
+; RUN: opt < %s -globaldce -S | not grep global
 
-%X = uninitialized global int
-%Y = internal global int 7
+@X = external global i32
+@Y = internal global i32 7