Revert "R600: Make sure to inline all internal functions"
[oota-llvm.git] / test / CodeGen / R600 / call.ll
index 1448f04ab91f0723a51667968f6e1709d27fe748..d80347490b3981b52928c3eddbc9cf5296c4f6e8 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: not llc -march=r600 -mcpu=SI -verify-machineinstrs< %s 2>&1 | FileCheck %s
 ; RUN: not llc -march=r600 -mcpu=cypress < %s 2>&1 | FileCheck %s
 
-; CHECK: error: unsupported call to function external_function in test_call_external
+; CHECK: error: unsupported call to function defined_function in test_call
 
 
 declare i32 @external_function(i32) nounwind