ARM test cases contributed by Apple.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33354 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/mvn.ll b/test/CodeGen/ARM/mvn.ll
index 2a130c2..d891441 100644
--- a/test/CodeGen/ARM/mvn.ll
+++ b/test/CodeGen/ARM/mvn.ll
@@ -1,5 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep mvn | wc -l | grep 7
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep mvn | wc -l | grep 8
 
 int %f1() {
 entry:
@@ -12,12 +12,12 @@
 	ret int %tmpnot
 }
 
-;int %f3(int %a) {
-;entry:
-;	%tmp1 = shl int %a, ubyte 2		; <int> [#uses=1]
-;	%tmp1not = xor int %tmp1, -1		; <int> [#uses=1]
-;	ret int %tmp1not
-;}
+int %f3(int %a) {
+entry:
+	%tmp1 = shl int %a, ubyte 2		; <int> [#uses=1]
+	%tmp1not = xor int %tmp1, -1		; <int> [#uses=1]
+	ret int %tmp1not
+}
 
 int %f4(int %a, ubyte %b) {
 entry:
@@ -26,12 +26,12 @@
 	ret int %tmp3not
 }
 
-;uint %f5(uint %a) {
-;entry:
-;	%tmp1 = lshr uint %a, ubyte 2		; <uint> [#uses=1]
-;	%tmp1not = xor uint %tmp1, 4294967295		; <uint> [#uses=1]
-;	ret uint %tmp1not
-;}
+uint %f5(uint %a) {
+entry:
+	%tmp1 = lshr uint %a, ubyte 2		; <uint> [#uses=1]
+	%tmp1not = xor uint %tmp1, 4294967295		; <uint> [#uses=1]
+	ret uint %tmp1not
+}
 
 uint %f6(uint %a, ubyte %b) {
 entry:
@@ -40,12 +40,12 @@
 	ret uint %tmp2not
 }
 
-;int %f7(int %a) {
-;entry:
-;	%tmp1 = ashr int %a, ubyte 2		; <int> [#uses=1]
-;	%tmp1not = xor int %tmp1, -1		; <int> [#uses=1]
-;	ret int %tmp1not
-;}
+int %f7(int %a) {
+entry:
+	%tmp1 = ashr int %a, ubyte 2		; <int> [#uses=1]
+	%tmp1not = xor int %tmp1, -1		; <int> [#uses=1]
+	ret int %tmp1not
+}
 
 int %f8(int %a, ubyte %b) {
 entry: