Removed extra whitespace. (Testing commit access). NFC.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-13-NoBitCastAttributes.ll
index 7ede10bf0f2b04feb5542c0f9ae40e3d910a83d8..510a68c3437e8294af15dfdf0620771b8f6c3f4f 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: opt %s -instcombine | llvm-dis | grep bitcast | count 2
+; RUN: opt < %s -instcombine -S | grep bitcast | count 2
 
-define i32 @b(i32* inreg  %x) signext  {
+define signext i32 @b(i32* inreg  %x)   {
        ret i32 0
 }